mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-07-09 17:49:12 +00:00
feat: add auth locations
This commit is contained in:
parent
b03dcbaf2d
commit
9ef0e46f5f
13 changed files with 200 additions and 95 deletions
|
@ -16,8 +16,20 @@ export const navConfig: NavConfig = {
|
|||
href: '/login'
|
||||
},
|
||||
{
|
||||
title: 'Signup',
|
||||
href: '/signup'
|
||||
title: 'Register',
|
||||
href: '/register'
|
||||
},
|
||||
{
|
||||
title: 'Dashboard',
|
||||
href: '/dashboard'
|
||||
},
|
||||
{
|
||||
title: 'Settings',
|
||||
href: '/settings'
|
||||
},
|
||||
{
|
||||
title: 'Logout',
|
||||
href: '/logout'
|
||||
}
|
||||
],
|
||||
sidebarNav: []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue