Skip to content

Commit

Permalink
devcon: copy update
Browse files Browse the repository at this point in the history
  • Loading branch information
carletex committed Sep 6, 2024
1 parent ece63dd commit 74d915d
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions packages/nextjs/pages/devcon/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -229,16 +229,22 @@ const Devon2024 = () => {
disabled={isSigningMessage || isGettingVoucher || !eligibilityStatus?.isEligible}
onClick={getVoucher}
>
Get Voucher
Claim Voucher
</button>
)
) : null}
</div>
)}
{eligibilityStatus?.isEligible && !voucher && (
<p className="mt-8">
🥳 Congratulations! You&apos;re eligible for the {eligibilityStatus.type} discount.
</p>
<>
<p className="mt-8">
🥳 Congratulations! You&apos;re eligible for the {eligibilityStatus.type} discount.
</p>
<p className="mt-2 text-sm">
(we have a <span className="font-bold">limited number of vouchers</span> so please only claim if you
plan to use it)
</p>
</>
)}
{voucher && (
<>
Expand Down

0 comments on commit 74d915d

Please sign in to comment.