From 78087b37d25ba0b0f955c0f8a13d73f3014f707e Mon Sep 17 00:00:00 2001 From: soryu Date: Tue, 3 Feb 2026 22:29:44 +0000 Subject: Reorganize makima navbar --- makima/frontend/src/components/NavStrip.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makima/frontend/src/components/NavStrip.tsx') 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 }, -- cgit v1.2.3