diff --git a/package.json b/package.json index ac36da3d..8262bb05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plotlink", - "version": "0.1.32", + "version": "0.1.33", "private": true, "workspaces": [ "packages/*" diff --git a/src/components/NavBar.tsx b/src/components/NavBar.tsx index 01776e12..c6b7a45c 100644 --- a/src/components/NavBar.tsx +++ b/src/components/NavBar.tsx @@ -20,6 +20,7 @@ export function NavBar() { { href: "/create", label: "Create" }, { href: dashboardHref, label: "Dashboard" }, { href: "/agents", label: "Agents" }, + { href: "/airdrop", label: "Airdrop" }, { href: "/token", label: "$PLOT" }, ];