Skip to content

Commit 183a16c

Browse files
mais mdr j'tais pas demander de supprimer /team de la bar de nav xD tout
1 parent 26fee2d commit 183a16c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/layout/AppSidebar.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,13 @@ const navItems = [
2323
{ href: '/projects', label: 'Projects', icon: FolderKanban },
2424
{ href: '/studio', label: 'AI Studio', icon: Sparkles },
2525
{ href: '/discover', label: 'Discover', icon: Compass },
26-
{ href: 'https://team.flowup.nationquest.fr', label: 'FlowUp Team', icon: Users, isExternal: true },
26+
{ href: '/team', label: 'Team', icon: Users, adminOnly: false },
2727
{ href: '/chat', label: 'Chat', icon: MessageSquare },
2828
{ href: '/announcements', label: 'Announcements', icon: Megaphone },
2929
{ href: '/documentation', label: 'Docs', icon: BookText, adminOnly: false },
3030
{ href: '/suggestions', label: 'Suggestions', icon: Lightbulb, adminOnly: false },
3131
{ href: '/secure-vault', label: 'Secure Vault', icon: ShieldCheck, adminOnly: false },
32+
{ href: 'https://team.flowup.nationquest.fr', label: 'FlowUp Team', icon: Users, isExternal: true },
3233
];
3334

3435
const adminNavItems: any[] = [

0 commit comments

Comments
 (0)