refactor(nav): promote Leden to top-level menu item
This commit is contained in:
@@ -17,6 +17,11 @@ export const orgNavItems = [
|
|||||||
to: { name: 'organisation' },
|
to: { name: 'organisation' },
|
||||||
icon: { icon: 'tabler-building' },
|
icon: { icon: 'tabler-building' },
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'Leden',
|
||||||
|
to: { name: 'members' },
|
||||||
|
icon: { icon: 'tabler-users' },
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: 'Bedrijven',
|
title: 'Bedrijven',
|
||||||
to: { name: 'organisation-companies' },
|
to: { name: 'organisation-companies' },
|
||||||
|
|||||||
Reference in New Issue
Block a user