From f76bb8c8b82846e30cdb614f8fbdb66f6039d903 Mon Sep 17 00:00:00 2001 From: suricata Date: Thu, 4 Dec 2025 13:16:05 +0000 Subject: [PATCH] commit --- app/components/dashboard/sidebar.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/components/dashboard/sidebar.vue b/app/components/dashboard/sidebar.vue index 3fc4532..2817906 100644 --- a/app/components/dashboard/sidebar.vue +++ b/app/components/dashboard/sidebar.vue @@ -3,7 +3,8 @@ import type { NavigationMenuItem } from '@nuxt/ui' //import Logo from '@nuxt/ui' -const items: NavigationMenuItem[][] = [[{ +const items: NavigationMenuItem[][] = [ +[{ label: 'Home', icon: 'i-lucide-house', active: true