feat: move tags and crowd types to sidebar from org settings tabs

Made-with: Cursor
This commit is contained in:
2026-04-15 22:30:12 +02:00
parent 79b7fe0b42
commit 4e6d5eb4aa
5 changed files with 63 additions and 11 deletions

View File

@@ -22,6 +22,16 @@ export const orgNavItems = [
to: { name: 'organisation-companies' },
icon: { icon: 'tabler-building' },
},
{
title: 'Tags & Vaardigheden',
to: { name: 'organisation-tags' },
icon: { icon: 'tabler-tag' },
},
{
title: 'Crowd types',
to: { name: 'organisation-crowd-types' },
icon: { icon: 'tabler-users-group' },
},
{
title: 'Instellingen',
to: { name: 'organisation-settings' },