Skip to content

Headline: PLOT BIG AIRDROP + basescan link on LOCKED (#1026)#1031

Merged
realproject7 merged 1 commit intomainfrom
feat/headline-airdrop-1026
May 4, 2026
Merged

Headline: PLOT BIG AIRDROP + basescan link on LOCKED (#1026)#1031
realproject7 merged 1 commit intomainfrom
feat/headline-airdrop-1026

Conversation

@realproject7
Copy link
Copy Markdown
Owner

Summary

  • Changes headline from "5% OF ALL PLOT — LOCKED" to "PLOT BIG AIRDROP"
  • Replaces subtitle with clear mechanism explanation: "When PLOT MCap reaches each milestone, the airdrop pool gets bigger. If not, locked tokens will be burned."
  • Embeds basescan tx link on the word "locked" in the subtitle
  • Removes the separate "Verified on Basescan" / lock-up proof line

Closes #1026

Test plan

  • Headline reads "PLOT BIG AIRDROP"
  • Subtitle displays correctly with "locked" as a clickable basescan link (when lockerTx exists)
  • "locked" renders as plain text when no lockerTx is available
  • Separate "Verified on Basescan" line no longer appears
  • No layout breakage on mobile or desktop

🤖 Generated with Claude Code

…locked" (#1026)

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 <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented May 4, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
plotlink Ignored Ignored May 4, 2026 2:41am

Request Review

Copy link
Copy Markdown
Owner Author

@realproject7 realproject7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RE2 Verdict: APPROVE

Summary

Clean implementation of #1026. Headline changed to "PLOT BIG AIRDROP", basescan link embedded on "locked" word in subtitle with proper fallback for missing lockerTx, separate lock-up proof section removed.

Findings

  • [ok] Headline updated correctly.
  • [ok] Basescan link uses data.lockerTx with target="_blank" and rel="noopener noreferrer" — secure.
  • [ok] Graceful fallback to plain "locked" text when no lockerTx.
  • [ok] Separate "Verified on Basescan" / lock-up proof line removed.
  • [ok] Version bump 1.3.1 → 1.3.2 correct.
  • [ok] PR is mergeable.

Decision

Approve. LGTM.

Copy link
Copy Markdown
Collaborator

@project7-interns project7-interns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verdict: APPROVE

Summary

The PR implements issue #1026 cleanly: the headline now reads "PLOT BIG AIRDROP", the subtitle uses the requested mechanism copy, the Basescan transaction link is embedded on the "locked" word, and the separate "Verified on Basescan" proof line is removed.

Findings

  • [ok] Headline and subtitle copy match the requested new messaging.
    • File: src/components/airdrop/CampaignHero.tsx
  • [ok] Basescan tx link is embedded in the headline area on the "locked" word, with a plain-text fallback when no tx exists.
    • File: src/components/airdrop/CampaignHero.tsx
  • [ok] Separate lock-up proof / "Verified on Basescan" line was removed.
    • File: src/components/airdrop/CampaignHero.tsx
  • [ok] Branch is mergeable and checks passed: lint-and-typecheck, e2e, Vercel.
    • File: PR checks

Decision

Approve. The change is focused, matches #1026 acceptance criteria, and passes CI.

@realproject7 realproject7 merged commit 0661fc8 into main May 4, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Airdrop hero: basescan link on LOCKED word + new headline copy

2 participants