diff --git a/package.json b/package.json index 67bd4b56..aa7cb2cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plotlink", - "version": "0.1.35", + "version": "0.1.36", "private": true, "workspaces": [ "packages/*" diff --git a/src/app/airdrop/page.tsx b/src/app/airdrop/page.tsx index 5e13d670..660d68ad 100644 --- a/src/app/airdrop/page.tsx +++ b/src/app/airdrop/page.tsx @@ -8,7 +8,7 @@ import { MilestoneTrack } from "../../components/airdrop/MilestoneTrack"; import { AIRDROP_CONFIG } from "../../../lib/airdrop/config"; export const metadata: Metadata = { - title: "PLOT 10x Airdrop | PlotLink", + title: "PLOT Big or Nothing Airdrop | PlotLink", description: "Earn PL points through trading, writing, and referrals.", }; diff --git a/src/components/airdrop/UserPoints.tsx b/src/components/airdrop/UserPoints.tsx index 062e4bde..bb5e31ec 100644 --- a/src/components/airdrop/UserPoints.tsx +++ b/src/components/airdrop/UserPoints.tsx @@ -195,7 +195,7 @@ function ReferralSection({ const handleShare = () => { if (!referralLink) return; - const text = `Earn PL points in the PLOT 10x Airdrop! ${referralLink}`; + const text = `Earn PL points in the PLOT Big or Nothing Airdrop! ${referralLink}`; window.open( `https://x.com/intent/tweet?text=${encodeURIComponent(text)}`, "_blank",