## Summary The `/token` page was created (#448) but not added to the NavBar. Add it. ## Change Add `{ href: "/token", label: "$PLOT" }` to `NAV_LINKS` in `src/components/NavBar.tsx`. ## Acceptance Criteria - [ ] "$PLOT" link appears in NavBar (desktop + mobile) - [ ] Links to `/token` - [ ] Active state highlights when on `/token` ## Branch `task/457-navbar-plot` in plotlink repo
Summary
The
/tokenpage was created (#448) but not added to the NavBar. Add it.Change
Add
{ href: "/token", label: "$PLOT" }toNAV_LINKSinsrc/components/NavBar.tsx.Acceptance Criteria
/token/tokenBranch
task/457-navbar-plotin plotlink repo