From 19bde50c7ded3618f775989a9e9a4182874a9db6 Mon Sep 17 00:00:00 2001 From: Tom Robiquet Date: Thu, 28 Mar 2024 10:07:51 +0000 Subject: [PATCH] Fix typos. Add referenda link. Add validation message --- pages/claim.tsx | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/pages/claim.tsx b/pages/claim.tsx index d89462f00..429439397 100644 --- a/pages/claim.tsx +++ b/pages/claim.tsx @@ -45,15 +45,18 @@ const ClaimPage: NextPage = () => {
This airdrop is designed for those who have actively participated in - Polkadot's OpenGov by voting before the start of Referendum 502. The - the snapshot was taken February 14th, 2024 (22:14:54 UTC). Only + Polkadot's OpenGov by voting before the start of{" "} + + Referendum 502 + + . The snapshot was taken February 14th, 2024 (22:14:54 UTC). Only wallets that voted on Polkadot's OpenGov before the snapshot will be eligible. Claims will be open until July 1st, 2024.
{showEligibility === false ? ( <>
- Enter Your Polkadot address below to check your eligibility: + Enter your Polkadot address below to check your eligibility:
@@ -195,6 +198,13 @@ const Eligibility = ({ Invalid Zeitgeist address
)} + {isValid === true && + claimAddress != null && + connectedWalletMatchesPolkadotAddress === false && ( +
+ Connected wallet doesn't match Polkadot address +
+ )}