mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-06-29 12:49:12 +00:00
feat: delete unused navigation components and update site footer
This commit is contained in:
parent
5343f769fc
commit
1293bf6ad5
9 changed files with 8 additions and 145 deletions
|
@ -1,17 +0,0 @@
|
|||
import type { NavItem, SidebarNavItem } from '$lib/types/nav';
|
||||
|
||||
interface NavConfig {
|
||||
mainNav: NavItem[];
|
||||
sidebarNav: SidebarNavItem[];
|
||||
}
|
||||
|
||||
export const navConfig: NavConfig = {
|
||||
mainNav: [
|
||||
{
|
||||
title: 'Dashboard',
|
||||
href: '/dashboard',
|
||||
auth: true
|
||||
}
|
||||
],
|
||||
sidebarNav: []
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue