From ed3d1bc853a0cd928a9f55ffac838b2aacf77302 Mon Sep 17 00:00:00 2001 From: Ruidy Date: Sat, 14 Dec 2024 15:23:41 +0100 Subject: [PATCH] add link to categories in the navbar --- components/app/navbar.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/app/navbar.vue b/components/app/navbar.vue index 245cfcf..d54506f 100644 --- a/components/app/navbar.vue +++ b/components/app/navbar.vue @@ -62,7 +62,7 @@ if (route.path === "/search") { tabindex="0" class="menu menu-sm dropdown-content mt-3 z-[1] p-2 shadow bg-base-200 rounded-box w-52" > -
  • Categories
  • +
  • Categories
  • @@ -72,7 +72,7 @@ if (route.path === "/search") {