We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26fee2d commit 183a16cCopy full SHA for 183a16c
src/components/layout/AppSidebar.tsx
@@ -23,12 +23,13 @@ const navItems = [
23
{ href: '/projects', label: 'Projects', icon: FolderKanban },
24
{ href: '/studio', label: 'AI Studio', icon: Sparkles },
25
{ href: '/discover', label: 'Discover', icon: Compass },
26
- { href: 'https://team.flowup.nationquest.fr', label: 'FlowUp Team', icon: Users, isExternal: true },
+ { href: '/team', label: 'Team', icon: Users, adminOnly: false },
27
{ href: '/chat', label: 'Chat', icon: MessageSquare },
28
{ href: '/announcements', label: 'Announcements', icon: Megaphone },
29
{ href: '/documentation', label: 'Docs', icon: BookText, adminOnly: false },
30
{ href: '/suggestions', label: 'Suggestions', icon: Lightbulb, adminOnly: false },
31
{ href: '/secure-vault', label: 'Secure Vault', icon: ShieldCheck, adminOnly: false },
32
+ { href: 'https://team.flowup.nationquest.fr', label: 'FlowUp Team', icon: Users, isExternal: true },
33
];
34
35
const adminNavItems: any[] = [
0 commit comments