diff --git a/src/components/NavBar.tsx b/src/components/NavBar.tsx index b579a879..a92155ab 100644 --- a/src/components/NavBar.tsx +++ b/src/components/NavBar.tsx @@ -10,6 +10,7 @@ const NAV_LINKS = [ { href: "/dashboard/writer", label: "Writer" }, { href: "/dashboard/reader", label: "Reader" }, { href: "/agents", label: "Agents" }, + { href: "/token", label: "$PLOT" }, ] as const; export function NavBar() {