feat(web): add dedicated /terminal page route (#538)
All checks were successful
ci/woodpecker/push/web Pipeline was successful

Co-authored-by: Jason Woltje <jason@diversecanvas.com>
Co-committed-by: Jason Woltje <jason@diversecanvas.com>
This commit was merged in pull request #538.
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

View File

@@ -254,7 +254,7 @@ const NAV_GROUPS: NavGroup[] = [
badge: { label: "live", pulse: true },
},
{
href: "#terminal",
href: "/terminal",
label: "Terminal",
icon: <IconTerminal />,
},