Fix BEM misuse
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
import IconArrow from '../atoms/IconArrow'
|
||||
import TitleSite from '../atoms/TitleSite'
|
||||
import Globe from '../molecules/InteractiveGlobe'
|
||||
import Footer from '../molecules/Footer'
|
||||
import Locations from '../organisms/Locations'
|
||||
import Footer from '../organisms/Footer'
|
||||
|
||||
// Reset current location if existing
|
||||
$: {
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
import TitleSite from '../atoms/TitleSite'
|
||||
import LinkTranslate from '../atoms/LinkTranslate'
|
||||
import InteractiveGlobe from '../molecules/InteractiveGlobe'
|
||||
import Footer from '../molecules/Footer'
|
||||
import Footer from '../organisms/Footer'
|
||||
|
||||
// Categories
|
||||
$: credits = $site.credits_list
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
import InteractiveGlobe from '../molecules/InteractiveGlobe'
|
||||
import Carousel from '../organisms/Carousel'
|
||||
import Locations from '../organisms/Locations'
|
||||
import Footer from '../molecules/Footer'
|
||||
import Footer from '../organisms/Footer'
|
||||
|
||||
// Reset current location if existing
|
||||
$: {
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
import ToggleLayout from '../../../atoms/ToggleLayout'
|
||||
import Photo from '../../../molecules/Photo'
|
||||
import Switcher from '../../../molecules/Switcher'
|
||||
import Footer from '../../../molecules/Footer'
|
||||
import Footer from '../../../organisms/Footer'
|
||||
|
||||
// Props and variables
|
||||
export let photos
|
||||
|
||||
Reference in New Issue
Block a user