diff --git a/src/lib/components/main/MainDrawer.svelte b/src/lib/components/main/MainDrawer.svelte index 1354640..2b9945e 100644 --- a/src/lib/components/main/MainDrawer.svelte +++ b/src/lib/components/main/MainDrawer.svelte @@ -3,8 +3,6 @@ const drawerStore = getDrawerStore(); import { NavRoutes } from '$lib/config'; import { page } from '$app/stores'; - import { browser } from '$app/environment'; - // what is my url? $: classesDrawer = $drawerStore.id === 'mobile-nav' ? 'md:hidden' : ''; diff --git a/src/lib/components/main/MainFooter.svelte b/src/lib/components/main/MainFooter.svelte index 5528aa8..9a3ae6e 100644 --- a/src/lib/components/main/MainFooter.svelte +++ b/src/lib/components/main/MainFooter.svelte @@ -14,11 +14,19 @@

- All content, unless otherwise stated, -
by Matthieu Morin, is under © copyright {year}, -
and all of it licensed under
CC BY-SA 4.0. -
This site coded by me is MIT Licensed. - + All content on this website, unless otherwise stated, +
by Matthieu Morin, is under copyright © {year}, +
all of it licensed under + CC BY-SA 4.0. +
This site, coded by me, is + MIT Licensed.

diff --git a/src/lib/components/main/MainHeader.svelte b/src/lib/components/main/MainHeader.svelte index 05e8669..f059803 100644 --- a/src/lib/components/main/MainHeader.svelte +++ b/src/lib/components/main/MainHeader.svelte @@ -1,10 +1,9 @@