summaryrefslogtreecommitdiff
path: root/makima/frontend
diff options
context:
space:
mode:
authorsoryu <soryu@soryu.co>2026-01-24 19:04:43 +0000
committersoryu <soryu@soryu.co>2026-01-24 19:04:43 +0000
commitf14644193c27937ec8f70d6d63e93d6b460ced83 (patch)
treed988c204c73cce8a383bfd6544a094e2c0de189d /makima/frontend
parent579c983d3efb8f1414ffb45b9e031f741cce5f76 (diff)
downloadsoryu-f14644193c27937ec8f70d6d63e93d6b460ced83.tar.gz
soryu-f14644193c27937ec8f70d6d63e93d6b460ced83.zip
feat: remove Files from top-level navigation
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'makima/frontend')
-rw-r--r--makima/frontend/src/components/NavStrip.tsx1
1 files changed, 0 insertions, 1 deletions
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 },