diff --git a/src/routes/location/[country]/[place].svelte b/src/routes/location/[country]/[place].svelte index 1d20bbc..63967d3 100644 --- a/src/routes/location/[country]/[place].svelte +++ b/src/routes/location/[country]/[place].svelte @@ -32,10 +32,8 @@ pageReady } from 'utils/store' import { formatDate, relativeTime, getThumbnail } from 'utils/functions' - // Dependencies import lazySizes from 'lazysizes' - // Components import IconGlobe from 'atoms/IconGlobe' import IconGlobeSmall from 'atoms/IconGlobeSmall' @@ -47,7 +45,6 @@ import Footer from 'organisms/Footer' import SocialMetas from 'utils/SocialMetas' import Transition from 'utils/Transition' - // Animations import { animateIn } from 'animations/place' @@ -55,6 +52,7 @@ export let photos const { page } = stores() let layoutSetting + let windowWidth // Update current location const location = $locations.find(loc => loc.slug === $page.params.place) @@ -107,6 +105,8 @@ /> + +
@@ -122,7 +122,7 @@ - + Change