summaryrefslogtreecommitdiff
path: root/makima/frontend/src/components
diff options
context:
space:
mode:
authorsoryu <soryu@soryu.co>2026-02-22 16:39:15 +0000
committerGitHub <noreply@github.com>2026-02-22 16:39:15 +0000
commita8dd432fd58a3036cf952eec691981dff43a7c7e (patch)
tree925d67ce3f4a00b744a320c920be57f13f5b15a5 /makima/frontend/src/components
parent0c00b6aa26baf49ba02164cd44aab16f9c804bbd (diff)
downloadsoryu-a8dd432fd58a3036cf952eec691981dff43a7c7e.tar.gz
soryu-a8dd432fd58a3036cf952eec691981dff43a7c7e.zip
fix: remove duplicate daemon page, add ARM64 binary, use makima.jp URLs (#78)
* feat: soryu-co/soryu - makima: Add macOS ARM64 binary to daemon download bundle * feat: soryu-co/soryu - makima: Remove duplicate Daemon nav entry and route * feat: soryu-co/soryu - makima: Update download URLs to use makima.jp hosted instance
Diffstat (limited to 'makima/frontend/src/components')
-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 1bd0891..9556458 100644
--- a/makima/frontend/src/components/NavStrip.tsx
+++ b/makima/frontend/src/components/NavStrip.tsx
@@ -17,7 +17,6 @@ const NAV_LINKS: NavLink[] = [
{ label: "Mesh", href: "/mesh", requiresAuth: true },
{ label: "Daemons", href: "/daemons", requiresAuth: true },
{ label: "History", href: "/history", requiresAuth: true },
- { label: "Daemon", href: "/daemon", requiresAuth: true },
];
export function NavStrip() {