From b6c5d256c4f61daa955015a46ba599d951ce80a4 Mon Sep 17 00:00:00 2001 From: br0kenpixel <23280129+br0kenpixel@users.noreply.github.com> Date: Tue, 14 Oct 2025 18:21:47 +0200 Subject: [PATCH] feat: add basic `NavBar` component --- frontend/app/components/NavBar.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/frontend/app/components/NavBar.vue b/frontend/app/components/NavBar.vue index 0978bac..4d87af7 100644 --- a/frontend/app/components/NavBar.vue +++ b/frontend/app/components/NavBar.vue @@ -2,7 +2,13 @@