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