From 5eddee4d4dc37c8cdad467f5e186b5286d4b3b1e Mon Sep 17 00:00:00 2001 From: "johannes.vos" Date: Fri, 15 May 2026 17:24:50 +0200 Subject: [PATCH] feat: replace text with logo image in Navbar --- src/features/nav/components/Navbar.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/features/nav/components/Navbar.vue b/src/features/nav/components/Navbar.vue index 9033eb7..d12c87a 100644 --- a/src/features/nav/components/Navbar.vue +++ b/src/features/nav/components/Navbar.vue @@ -20,7 +20,7 @@ const isDark = inject('isDark');