From 1097694a8ef37d23a4a8697424d7f64a1780bb0a Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Sun, 10 May 2026 17:27:57 +0200 Subject: [PATCH] Add router link to the startpage in the navbar --- src/features/nav/components/Navbar.vue | 4 +++- src/styles/common.css | 8 ++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/src/features/nav/components/Navbar.vue b/src/features/nav/components/Navbar.vue index d15a230..8ecdd2a 100644 --- a/src/features/nav/components/Navbar.vue +++ b/src/features/nav/components/Navbar.vue @@ -16,7 +16,9 @@ limitations under the License.