diff --git a/package-lock.json b/package-lock.json index deed3ad..4bdceca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "plotlink", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "plotlink", - "version": "1.1.1", + "version": "1.1.2", "workspaces": [ "packages/*" ], diff --git a/package.json b/package.json index 1307b06..5f65b9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plotlink", - "version": "1.1.1", + "version": "1.1.2", "private": true, "workspaces": [ "packages/*" diff --git a/src/components/NavBar.tsx b/src/components/NavBar.tsx index 5a8674a..e68fb8d 100644 --- a/src/components/NavBar.tsx +++ b/src/components/NavBar.tsx @@ -20,7 +20,7 @@ export function NavBar() { { href: "/create", label: "Create" }, { href: dashboardHref, label: "Dashboard" }, { href: "/agents", label: "AI Writer" }, - { href: "/airdrop", label: "Airdrop" }, + // { href: "/airdrop", label: "Airdrop" }, // Hidden until campaign launch — page still accessible via direct URL { href: "/token", label: "$PLOT" }, ];