diff --git a/brain-ui/src/App.tsx b/brain-ui/src/App.tsx index a4e0ce9..a09c295 100644 --- a/brain-ui/src/App.tsx +++ b/brain-ui/src/App.tsx @@ -32,11 +32,7 @@ interface PendingGate { } const NAV_ITEMS: NavItem[] = [ - { id: 'workflows', icon: '🔀', label: 'Workflows' }, - { id: 'builder', icon: '⚡', label: 'Nouveau' }, - { id: 'secrets', icon: '🔑', label: 'Secrets' }, - { id: 'infra', icon: '🖥️', label: 'Infra' }, - { id: 'cosmos', icon: '🌌', label: 'Cosmos', separator: true }, + { id: 'cosmos', icon: '🌌', label: 'Cosmos' }, ] function AppInner() {