Skip to content

Commit eee1f09

Browse files
committed
Update page.tsx
1 parent fc54125 commit eee1f09

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/app/balance/page.tsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,16 @@ function BalanceContent() {
421421
<Typography variant="caption" display="block" color="text.secondary" sx={{ mt: 1 }}>
422422
{searchID} &middot; Program {claimParam}
423423
</Typography>
424+
<Typography
425+
component="a"
426+
href={redeemQrUrl}
427+
target="_blank"
428+
rel="noopener noreferrer"
429+
variant="caption"
430+
sx={{ mt: 0.5, display: "inline-block", color: "primary.main", wordBreak: "break-all", textDecoration: "underline", cursor: "pointer" }}
431+
>
432+
{redeemQrUrl}
433+
</Typography>
424434
</Paper>
425435
)}
426436

0 commit comments

Comments
 (0)