removed duplicate parts

This commit is contained in:
suricatingss
2025-12-09 02:13:03 +00:00
parent f6ab446a91
commit 68aed538c6
2 changed files with 2 additions and 7 deletions

View File

@@ -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',

View File

@@ -125,7 +125,6 @@ import { h } from 'vue'
<UHeader title="Dashboard" toggle-side="left" >
<template #toggle>
<UDashboardSidebarToggle />
<UDashboardSidebarToggle />
</template>
</UHeader>
<div class="mt-3 mb-3 flex flex-col w-full relative z-0">