From 11924b54bb4e69eb1632f09431fa156b8c09d89d Mon Sep 17 00:00:00 2001 From: "bert.hausmans" Date: Thu, 16 Apr 2026 22:28:04 +0200 Subject: [PATCH] refactor(nav): promote Leden to top-level menu item --- apps/app/src/navigation/vertical/index.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/app/src/navigation/vertical/index.ts b/apps/app/src/navigation/vertical/index.ts index 2499467f..148ede39 100644 --- a/apps/app/src/navigation/vertical/index.ts +++ b/apps/app/src/navigation/vertical/index.ts @@ -17,6 +17,11 @@ export const orgNavItems = [ to: { name: 'organisation' }, icon: { icon: 'tabler-building' }, }, + { + title: 'Leden', + to: { name: 'members' }, + icon: { icon: 'tabler-users' }, + }, { title: 'Bedrijven', to: { name: 'organisation-companies' },