diff options
| author | soryu <soryu@soryu.co> | 2026-01-24 23:59:31 +0000 |
|---|---|---|
| committer | soryu <soryu@soryu.co> | 2026-01-24 23:59:31 +0000 |
| commit | 2b9399e091e931c3d81bcf0d741d8b0df8ea3eec (patch) | |
| tree | 2b1a022926d6975936c723864647dbfa74e2b0da | |
| parent | e3d0b21f2012cbab49084da40fdc326839e9b4ff (diff) | |
| parent | e255f9d0b21f8315ecda48e6c8dd665e38a1b025 (diff) | |
| download | soryu-2b9399e091e931c3d81bcf0d741d8b0df8ea3eec.tar.gz soryu-2b9399e091e931c3d81bcf0d741d8b0df8ea3eec.zip | |
Merge: Update navigation
| -rw-r--r-- | makima/frontend/src/components/NavStrip.tsx | 1 |
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 }, |
