From 18f25ff32c9be9a374a343624afa360bf2a68564 Mon Sep 17 00:00:00 2001 From: Henri Date: Thu, 12 Feb 2026 02:51:43 +0200 Subject: [PATCH] navbar changes --- src/layout/Navbar.svelte | 223 ++++++++++++++++++++------------------- 1 file changed, 113 insertions(+), 110 deletions(-) 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}