From a4d97c4ef25d2834884cb99f61efa9ddb3ec49e6 Mon Sep 17 00:00:00 2001 From: suricata Date: Mon, 8 Dec 2025 18:28:15 +0000 Subject: [PATCH] added settings --- app/layouts/dashboard.vue | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/app/layouts/dashboard.vue b/app/layouts/dashboard.vue index a3c14c6..970a603 100644 --- a/app/layouts/dashboard.vue +++ b/app/layouts/dashboard.vue @@ -5,7 +5,6 @@ const nav : NavigationMenuItem[][] = [[ { label: 'Home', icon: 'i-lucide-house', - active: true, to: "/dashboard" }, { label: 'Inbox', @@ -16,7 +15,11 @@ const nav : NavigationMenuItem[][] = [[ label: 'Contacts', icon: 'i-lucide-users', to: "/contacts" -}]]; +}, { + label: 'Settings', + icon: 'i-lucide-settings', + to: '/settings' + }]]; /*[ { label: "Feedback" @@ -28,6 +31,11 @@ const nav : NavigationMenuItem[][] = [[ - + + + + +