Add Switcher on all pages

This commit is contained in:
2021-10-03 23:16:59 +02:00
parent 1e921ab4a0
commit 252b58993a
5 changed files with 181 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
import { setContext } from 'svelte'
import '$utils/polyfills'
// Components
import Switcher from '$components/molecules/Switcher.svelte'
import Footer from '$components/organisms/Footer.svelte'
export let data: any
@@ -15,6 +16,8 @@
})
</script>
<Switcher />
<slot />
<Footer />

View File

@@ -48,11 +48,12 @@
from <strong>{count.locations} cities</strong>
of <strong>{count.countries} countries</strong>
</p>
<div class="cards">
<BoxCTA
url="{path}#locations"
icon="/images/icons/globe.svg"
label="discover locations"
label="Discover locations"
alt="Globe"
/>
<BoxCTA