From deffb1cd7dcbca772de88120da6989df1c2a7e2b Mon Sep 17 00:00:00 2001 From: Cho Young-Hwi Date: Fri, 24 Apr 2026 15:45:49 +0900 Subject: [PATCH] [#994] Hide Airdrop from nav bar (keep accessible via direct link) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Comment out the Airdrop nav item until campaign launch. /airdrop page and all airdrop APIs remain functional. Bump version 1.1.1 → 1.1.2 Co-Authored-By: Claude Opus 4.6 (1M context) --- package-lock.json | 4 ++-- package.json | 2 +- src/components/NavBar.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index deed3ad5..4bdceca9 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 1307b069..5f65b9c0 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 5a8674a8..e68fb8d2 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" }, ];