Fix BEM misuse

This commit is contained in:
2020-02-29 19:19:25 +01:00
parent 39227ac397
commit faa16d1b16
5 changed files with 4 additions and 4 deletions

View File

@@ -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
$: { $: {

View File

@@ -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

View File

@@ -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
$: { $: {

View File

@@ -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