From 68aed538c6a5e85ce6b15ab64202bcbcdbcf307a Mon Sep 17 00:00:00 2001 From: suricatingss Date: Tue, 9 Dec 2025 02:13:03 +0000 Subject: [PATCH] removed duplicate parts --- app/layouts/dashboard.vue | 8 ++------ app/pages/dashboard.vue | 1 - 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/app/layouts/dashboard.vue b/app/layouts/dashboard.vue index 970a603..046bdc9 100644 --- a/app/layouts/dashboard.vue +++ b/app/layouts/dashboard.vue @@ -7,14 +7,10 @@ const nav : NavigationMenuItem[][] = [[ icon: 'i-lucide-house', to: "/dashboard" }, { - label: 'Inbox', + label: 'Notifications', icon: 'i-lucide-inbox', badge: '4', - to: "/inbox" -}, { - label: 'Contacts', - icon: 'i-lucide-users', - to: "/contacts" + to: "/events" }, { label: 'Settings', icon: 'i-lucide-settings', diff --git a/app/pages/dashboard.vue b/app/pages/dashboard.vue index 74cfeaa..6c65771 100644 --- a/app/pages/dashboard.vue +++ b/app/pages/dashboard.vue @@ -125,7 +125,6 @@ import { h } from 'vue'