Skip to content

Commit bbdab69

Browse files
committed
remove error banner
1 parent f71d942 commit bbdab69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/frontend/src/components/info/VoucherTimeLeft.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const VoucherTimeLeft = () => {
2424
<span>{isRedeemingExpired ? 'Voucher redemption expired on ' : 'Voucher redemption ends: '}</span>
2525
<RemainingTime>{formatDate(redeemTimestamp)}</RemainingTime>
2626
</TimeRow>
27-
<div style={{ background: 'red', color: 'white', padding: '8px', marginTop: '8px', marginBottom: '8px' }}>We are currently experiencing issues and you are unable to claim your raffle ticket! We apologize for the inconvenience and are working on a fix. Follow our <Link href='https://x.com/EFDevcon/status/1810926754820681833'>Twitter</Link> for updates.</div>
27+
{/* <div style={{ background: 'red', color: 'white', padding: '8px', marginTop: '8px', marginBottom: '8px' }}>We are currently experiencing issues and you are unable to claim your raffle ticket! We apologize for the inconvenience and are working on a fix. Follow our <Link href='https://x.com/EFDevcon/status/1810926754820681833'>Twitter</Link> for updates.</div> */}
2828
</VoucherTimeBox>
2929
)
3030
}

0 commit comments

Comments
 (0)