diff --git a/src/layout/Navbar.svelte b/src/layout/Navbar.svelte index 3bd40a6..e6ee1c5 100644 --- a/src/layout/Navbar.svelte +++ b/src/layout/Navbar.svelte @@ -3,6 +3,7 @@ Button, Dropdown, Section, + Stack, } from "$components"; import { navigate, getPath, currentLang, text, switchLang } from "$lib"; import { onDestroy } from "svelte"; @@ -119,15 +120,15 @@ - + @@ -141,127 +142,129 @@ - + {#if mobileMenuOpen}
-
- -
- - - + + + + + +

{$text.nav.about}

+ + + + + + +
+ + + +

{$text.nav.events}

+ + + + + + + +
+ + + + + + +
+
{/if}