From 7d832fc2582f1227ed2708bace22ac04b9b4604d Mon Sep 17 00:00:00 2001 From: Leander Furumo Date: Tue, 29 Jul 2025 17:54:59 +0200 Subject: [PATCH] change navbar height --- src/components/Nav.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Nav.astro b/src/components/Nav.astro index 6f38e70..92b869e 100644 --- a/src/components/Nav.astro +++ b/src/components/Nav.astro @@ -19,7 +19,7 @@ function getLangSwitchPath(path: string, lang: string) { const langSwitchPath = getLangSwitchPath(pathname, lang); --- -