From a043fd02858a1472d771399f30f918302cab6bd3 Mon Sep 17 00:00:00 2001 From: Tetardtek Date: Sat, 21 Mar 2026 17:54:33 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20template=20UI=20=E2=80=94=20retirer=20on?= =?UTF-8?q?glets=20owner=20(workflows,=20secrets,=20infra,=20builder)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- brain-ui/src/App.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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() {