mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
fix(menu): change to relative links to pages
This commit is contained in:
parent
b4b22de324
commit
f9d511bde7
1 changed files with 2 additions and 2 deletions
|
|
@ -114,11 +114,11 @@ export const menuItems = [
|
|||
subMenu: [
|
||||
{
|
||||
title: 'Login',
|
||||
url: '/#/login',
|
||||
url: '#/login',
|
||||
},
|
||||
{
|
||||
title: 'Register',
|
||||
url: '/#/register',
|
||||
url: '#/register',
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue