diff options
| author | soryu <soryu@soryu.co> | 2026-02-17 02:03:33 +0000 |
|---|---|---|
| committer | soryu <soryu@soryu.co> | 2026-02-17 02:03:33 +0000 |
| commit | 9c20a462478dd679a5d05d3407afa701f1102818 (patch) | |
| tree | f7c303229ee5ff1804480243eb141769dea08428 | |
| parent | b67b3f8e8d63361d9ff19f87fd608c03bfa3fd43 (diff) | |
| parent | c5a54241b6820a1b3f56eeebbd85a76b12d10c5e (diff) | |
| download | soryu-9c20a462478dd679a5d05d3407afa701f1102818.tar.gz soryu-9c20a462478dd679a5d05d3407afa701f1102818.zip | |
Merge remote-tracking branch 'origin/makima/soryu-co-soryu--reorder-navigation--move-orders-be-2d5887fb' into makima/directive-soryu-co-soryu-f2076752
| -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 5aba6a3..117f4e1 100644 --- a/makima/frontend/src/components/NavStrip.tsx +++ b/makima/frontend/src/components/NavStrip.tsx @@ -11,8 +11,8 @@ interface NavLink { const NAV_LINKS: NavLink[] = [ { label: "Listen", href: "/listen" }, { label: "Directives", href: "/directives", requiresAuth: true }, - { label: "Contracts", href: "/contracts", requiresAuth: true }, { label: "Orders", href: "/orders", requiresAuth: true }, + { label: "Contracts", href: "/contracts", requiresAuth: true }, { label: "Mesh", href: "/mesh", requiresAuth: true }, { label: "History", href: "/history", requiresAuth: true }, ]; |
