feat(web): add dedicated /terminal page route (#538)

Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
This commit is contained in:
2026-02-27 10:43:14 +00:00
committed by jason.woltje
parent 78b71a0ecc
commit b3922e1d5b
2 changed files with 64 additions and 1 deletions
@@ -254,7 +254,7 @@ const NAV_GROUPS: NavGroup[] = [
badge: { label: "live", pulse: true },
},
{
href: "#terminal",
href: "/terminal",
label: "Terminal",
icon: <IconTerminal />,
},