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