diff --git a/src/app.html b/src/app.html index 584000e..4393f4f 100644 --- a/src/app.html +++ b/src/app.html @@ -3,14 +3,21 @@ - + %sveltekit.head%
%sveltekit.body%
+ + diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 449faaa..bac2dbf 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -2,7 +2,6 @@ import { writable } from 'svelte/store'; // There might be a better place to put this, but I am not entirely sure... export const isRestoring = writable(false); - declare const telemetryInit: () => void; - + - - - - - + It's your choice - This site uses analytics to understand better how you use it. Opting in is - optional and won't impact your experience. + We use analytics to improve your experience on this site. By clicking "Accept" you allow us to + collect anonymous data about your visit. - - + + @@ -145,6 +110,5 @@ {:else} {/if} -