Skip to content

Commit

Permalink
Merge pull request #2414 from zeitgeistpm/claims-msg
Browse files Browse the repository at this point in the history
Add claims message detail
  • Loading branch information
robhyrk authored May 9, 2024
2 parents a8de509 + 8ac95a0 commit 331cec0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pages/claim.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ const ClaimPage: NextPage = () => {
</a>
. 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.{" "}
<span className="mt-4 italic underline">
Users will receive their ZTG tokens after the claim period.
</span>
</div>
{showEligibility === false ? (
<>
Expand Down

0 comments on commit 331cec0

Please sign in to comment.