diff options
| author | soryu <soryu@soryu.co> | 2026-02-03 22:29:44 +0000 |
|---|---|---|
| committer | soryu <soryu@soryu.co> | 2026-02-03 22:29:44 +0000 |
| commit | 78087b37d25ba0b0f955c0f8a13d73f3014f707e (patch) | |
| tree | cf3fabbdef8abcee527b8dd93018980566cb76b3 /makima/frontend/src/components/NavStrip.tsx | |
| parent | cf0a25af1d2834bfe6c5ea892ce5769936e5a673 (diff) | |
| download | soryu-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.tsx | 2 |
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 }, |
