summaryrefslogtreecommitdiff
path: root/makima/frontend/src/components/NavStrip.tsx
diff options
context:
space:
mode:
authorsoryu <soryu@soryu.co>2026-02-03 22:29:44 +0000
committersoryu <soryu@soryu.co>2026-02-03 22:29:44 +0000
commit78087b37d25ba0b0f955c0f8a13d73f3014f707e (patch)
treecf3fabbdef8abcee527b8dd93018980566cb76b3 /makima/frontend/src/components/NavStrip.tsx
parentcf0a25af1d2834bfe6c5ea892ce5769936e5a673 (diff)
downloadsoryu-78087b37d25ba0b0f955c0f8a13d73f3014f707e.tar.gz
soryu-78087b37d25ba0b0f955c0f8a13d73f3014f707e.zip
Reorganize makima navbar
Diffstat (limited to 'makima/frontend/src/components/NavStrip.tsx')
-rw-r--r--makima/frontend/src/components/NavStrip.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/makima/frontend/src/components/NavStrip.tsx b/makima/frontend/src/components/NavStrip.tsx
index 5937982..4f6cf32 100644
--- a/makima/frontend/src/components/NavStrip.tsx
+++ b/makima/frontend/src/components/NavStrip.tsx
@@ -10,8 +10,8 @@ interface NavLink {
const NAV_LINKS: NavLink[] = [
{ label: "Listen", href: "/listen" },
- { label: "Contracts", href: "/contracts", 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 },
{ label: "History", href: "/history", requiresAuth: true },