From 3801739a753e557ec78ebf941dabcaa248bc1cba Mon Sep 17 00:00:00 2001 From: robhyrk Date: Wed, 8 May 2024 13:03:23 -0400 Subject: [PATCH 1/5] fix: add claims message --- pages/claim.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pages/claim.tsx b/pages/claim.tsx index 429439397..c900145f1 100644 --- a/pages/claim.tsx +++ b/pages/claim.tsx @@ -43,7 +43,7 @@ const ClaimPage: NextPage = () => { alt="Airdrop" /> -
+
This airdrop is designed for those who have actively participated in Polkadot's OpenGov by voting before the start of{" "} @@ -51,11 +51,15 @@ const ClaimPage: NextPage = () => { . 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. + eligible. Claims will be open until July 1st, 2024.{" "} + + Users will receive their airdrop ZTG tokens at the end of the claim + period. +
{showEligibility === false ? ( <> -
+
Enter your Polkadot address below to check your eligibility:
From afaf69c6ab1d184124c2f0da657ca07df0710dfb Mon Sep 17 00:00:00 2001 From: robhyrk Date: Wed, 8 May 2024 13:05:25 -0400 Subject: [PATCH 2/5] fix: remove margin b --- pages/claim.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/claim.tsx b/pages/claim.tsx index c900145f1..725a1334f 100644 --- a/pages/claim.tsx +++ b/pages/claim.tsx @@ -43,7 +43,7 @@ const ClaimPage: NextPage = () => { alt="Airdrop" />
-
+
This airdrop is designed for those who have actively participated in Polkadot's OpenGov by voting before the start of{" "} From 3fc35e4ac66b1c00533835527fe164bd27b77baa Mon Sep 17 00:00:00 2001 From: robhyrk Date: Wed, 8 May 2024 13:06:22 -0400 Subject: [PATCH 3/5] fix: add back original font style --- pages/claim.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/claim.tsx b/pages/claim.tsx index 725a1334f..c739c2e75 100644 --- a/pages/claim.tsx +++ b/pages/claim.tsx @@ -59,7 +59,7 @@ const ClaimPage: NextPage = () => {
{showEligibility === false ? ( <> -
+
Enter your Polkadot address below to check your eligibility:
From ee6875388063f8ee619c490bd2017c3ec79907cc Mon Sep 17 00:00:00 2001 From: robhyrk Date: Wed, 8 May 2024 13:07:03 -0400 Subject: [PATCH 4/5] fix: font style --- pages/claim.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/claim.tsx b/pages/claim.tsx index c739c2e75..162fbe862 100644 --- a/pages/claim.tsx +++ b/pages/claim.tsx @@ -59,7 +59,7 @@ const ClaimPage: NextPage = () => {
{showEligibility === false ? ( <> -
+
Enter your Polkadot address below to check your eligibility:
From 8ac95a08c9134dce53848d5e41a1c26dc143b46e Mon Sep 17 00:00:00 2001 From: Tom Robiquet Date: Thu, 9 May 2024 11:32:36 +0100 Subject: [PATCH 5/5] adjust copy --- pages/claim.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pages/claim.tsx b/pages/claim.tsx index 162fbe862..4df702d72 100644 --- a/pages/claim.tsx +++ b/pages/claim.tsx @@ -53,8 +53,7 @@ const ClaimPage: NextPage = () => { wallets that voted on Polkadot's OpenGov before the snapshot will be eligible. Claims will be open until July 1st, 2024.{" "} - Users will receive their airdrop ZTG tokens at the end of the claim - period. + Users will receive their ZTG tokens after the claim period.
{showEligibility === false ? (