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'