Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plotlink",
"version": "0.1.35",
"version": "0.1.36",
"private": true,
"workspaces": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion src/app/airdrop/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
};

Expand Down
2 changes: 1 addition & 1 deletion src/components/airdrop/UserPoints.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading