From 74d915df0efcb370470d9e6194a6e7c63b6fb345 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20S=C3=A1nchez?= Date: Fri, 6 Sep 2024 18:16:49 +0200 Subject: [PATCH] devcon: copy update --- packages/nextjs/pages/devcon/index.tsx | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) 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 && ( <>