refactor(nav): promote Leden to top-level menu item

This commit is contained in:
2026-04-16 22:28:04 +02:00
parent e552eebb85
commit 11924b54bb

View File

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