From cbb13ce590744a1c5669bc3dfa7c0335dd317ac0 Mon Sep 17 00:00:00 2001 From: project7 Date: Mon, 4 May 2026 11:41:02 +0900 Subject: [PATCH] Update airdrop headline to "PLOT BIG AIRDROP" with basescan link on "locked" (#1026) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace old headline/subtitle copy with new messaging explaining the milestone-based airdrop mechanism. Embed the basescan tx link on the word "locked" in the subtitle and remove the separate lock-up proof line. Bump version: 1.3.1 → 1.3.2 Co-Authored-By: Claude Opus 4.6 --- package.json | 2 +- src/components/airdrop/CampaignHero.tsx | 38 +++++++++++-------------- 2 files changed, 18 insertions(+), 22 deletions(-) diff --git a/package.json b/package.json index 7600814..84d9bc6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plotlink", - "version": "1.3.1", + "version": "1.3.2", "private": true, "workspaces": [ "packages/*" diff --git a/src/components/airdrop/CampaignHero.tsx b/src/components/airdrop/CampaignHero.tsx index 3f06ad0..f683bfa 100644 --- a/src/components/airdrop/CampaignHero.tsx +++ b/src/components/airdrop/CampaignHero.tsx @@ -83,10 +83,24 @@ export function CampaignHero() { {/* ── Bold headline ── */}

- 5% OF ALL PLOT — LOCKED + PLOT BIG AIRDROP

-

- Grow the market. Or watch it burn. +

+ When PLOT MCap reaches each milestone, the airdrop pool gets bigger.{" "} + If not,{" "} + {data.lockerTx ? ( + + locked + + ) : ( + "locked" + )}{" "} + tokens will be burned.

@@ -112,24 +126,6 @@ export function CampaignHero() { )} - {/* ── Lock-up proof ── */} -
- {data.lockerTx ? ( - - 🔒 Verified on Basescan - - ) : ( - - 🔒 Lock-up proof: pending - - )} -
- {/* ── Participant count ── */}
{data.totalParticipants > 0