diff --git a/packages/nextjs/pages/devcon/index.tsx b/packages/nextjs/pages/devcon/index.tsx index d62ae30..eb5dc34 100644 --- a/packages/nextjs/pages/devcon/index.tsx +++ b/packages/nextjs/pages/devcon/index.tsx @@ -229,16 +229,22 @@ const Devon2024 = () => { disabled={isSigningMessage || isGettingVoucher || !eligibilityStatus?.isEligible} onClick={getVoucher} > - Get Voucher + Claim Voucher ) ) : null} )} {eligibilityStatus?.isEligible && !voucher && ( -
- 🥳 Congratulations! You're eligible for the {eligibilityStatus.type} discount. -
+ <> ++ 🥳 Congratulations! You're eligible for the {eligibilityStatus.type} discount. +
++ (we have a limited number of vouchers so please only claim if you + plan to use it) +
+ > )} {voucher && ( <>