diff --git a/src/lib/components/CookieConsent.svelte b/src/lib/components/CookieConsent.svelte index 5e1c64f..e120364 100644 --- a/src/lib/components/CookieConsent.svelte +++ b/src/lib/components/CookieConsent.svelte @@ -1,30 +1,20 @@ -{#if !cookiesAccepted} +{#if showBanner}

We use cookies to ensure you get the best experience on our website. By continuing, you agree diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 0b3f792..88063d5 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -177,7 +177,7 @@ - +