From f14644193c27937ec8f70d6d63e93d6b460ced83 Mon Sep 17 00:00:00 2001 From: soryu Date: Sat, 24 Jan 2026 19:04:43 +0000 Subject: feat: remove Files from top-level navigation Co-Authored-By: Claude Opus 4.5 --- makima/frontend/src/components/NavStrip.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/makima/frontend/src/components/NavStrip.tsx b/makima/frontend/src/components/NavStrip.tsx index 7e12c75..fb95c7f 100644 --- a/makima/frontend/src/components/NavStrip.tsx +++ b/makima/frontend/src/components/NavStrip.tsx @@ -10,7 +10,6 @@ interface NavLink { const NAV_LINKS: NavLink[] = [ { label: "Listen", href: "/listen" }, - { label: "Files", href: "/files", requiresAuth: true }, { label: "Contracts", href: "/contracts", requiresAuth: true }, { label: "Board", href: "/workflow", requiresAuth: true }, { label: "Mesh", href: "/mesh", requiresAuth: true }, -- cgit v1.2.3 -- cgit v1.2.3 -- cgit v1.2.3