feat: move tags and crowd types to sidebar from org settings tabs
Made-with: Cursor
This commit is contained in:
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user