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[][] = [[
-
+
+
+
+
+