summaryrefslogtreecommitdiff
path: root/makima/frontend/src/components/NavStrip.tsx
diff options
context:
space:
mode:
authorsoryu <soryu@soryu.co>2026-02-06 01:02:32 +0000
committersoryu <soryu@soryu.co>2026-02-06 01:02:32 +0000
commit8f725a7c64fbeb85ebeb59b54d2f774e9a0a59d6 (patch)
treef66a7dd9190deb1a85b83da7302c85f7c171b69b /makima/frontend/src/components/NavStrip.tsx
parent0fb5083e1f453b6b8dab402014f333e13df75733 (diff)
downloadsoryu-8f725a7c64fbeb85ebeb59b54d2f774e9a0a59d6.tar.gz
soryu-8f725a7c64fbeb85ebeb59b54d2f774e9a0a59d6.zip
Fix: Directive page and remove chain page
Diffstat (limited to 'makima/frontend/src/components/NavStrip.tsx')
-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 ece07e4..9bb7777 100644
--- a/makima/frontend/src/components/NavStrip.tsx
+++ b/makima/frontend/src/components/NavStrip.tsx
@@ -11,7 +11,6 @@ interface NavLink {
const NAV_LINKS: NavLink[] = [
{ label: "Listen", href: "/listen" },
{ label: "Directives", href: "/directives", requiresAuth: true },
- { label: "Chains", href: "/chains", requiresAuth: true },
{ label: "Contracts", href: "/contracts", requiresAuth: true },
{ label: "Board", href: "/workflow", requiresAuth: true },
{ label: "Mesh", href: "/mesh", requiresAuth: true },