From ee3be629a0ab9b8d8e4562a2afa363d5ebcd3c39 Mon Sep 17 00:00:00 2001
From: Ivan Kuzmenko <6745157+rndtrash@users.noreply.github.com>
Date: Sat, 11 Apr 2026 21:37:48 +0300
Subject: [PATCH] =?UTF-8?q?fix:=20=D0=9F=D1=80=D0=B8=D0=BD=D1=83=D0=B4?=
=?UTF-8?q?=D0=B8=D1=82=D0=B5=D0=BB=D1=8C=D0=BD=D0=BE=20=D0=BE=D1=82=D0=BA?=
=?UTF-8?q?=D1=80=D1=8B=D0=B2=D0=B0=D0=B5=D0=BC=20=D1=80=D0=B0=D0=B7=D0=B4?=
=?UTF-8?q?=D0=B5=D0=BB=D1=8B=20=D1=81=D0=B0=D0=B9=D1=82=D0=B0=20=D0=B2=20?=
=?UTF-8?q?=D1=82=D0=B5=D0=BA=D1=83=D1=89=D0=B5=D0=B9=20=D0=B2=D0=BA=D0=BB?=
=?UTF-8?q?=D0=B0=D0=B4=D0=BA=D0=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/lib/components/NavBar.svelte | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/lib/components/NavBar.svelte b/src/lib/components/NavBar.svelte
index a43b65f..7d8e8b7 100644
--- a/src/lib/components/NavBar.svelte
+++ b/src/lib/components/NavBar.svelte
@@ -15,7 +15,11 @@
class="flex shrink-0 flex-row gap-2 bg-slate-100 not-landscape:justify-around not-landscape:overflow-x-auto not-landscape:sm:px-2 landscape:flex-col landscape:overflow-y-auto landscape:sm:py-2"
>
{#each routes as route (route.href)}
-
+