docs(web-ui/agent): fix stale NavLink type name

Verified against hive-agent/src/web_ui/state.rs: the struct is AgentLink
(AgentLinkKind for kind), not NavLink -- NavLink doesn't exist anywhere in
the Rust or frontend source.
This commit is contained in:
iris 2026-08-15 12:22:54 +02:00 committed by mara
commit 4388719b76

View file

@ -36,7 +36,7 @@ through. Three flex columns:
also appears in `DashboardState.links` (`GET /api/dashboard-state`)
for the dashboard card's icon strip. Both are produced by
`agent_links()` in hive-ag3nt — the single source of truth.
Each `NavLink.kind` resolves
Each `AgentLink.kind` resolves
differently in the frontend: `Container` → same-origin path
(the agent page is itself container-local); `Forge`
`state.forge_public_url + url` (sourced from