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

View File

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

View File

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

View File

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