Skip to content

Commit

Permalink
fix: use voucher symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
williamluke4 committed Sep 23, 2024
1 parent 3b0361c commit ab2eb2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/vouchers/[address]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ const VoucherPage = ({
{voucher?.voucher_value && voucher?.voucher_uoa && (
<div className="mt-4 inline-block px-4 py-2 bg-secondary rounded-md">
<p className="text-sm font-semibold text-secondary-foreground">
1 HOUR = {voucher.voucher_value} {voucher.voucher_uoa} of
1 {details.symbol} = {voucher.voucher_value} {voucher.voucher_uoa} of
Products
</p>
</div>
Expand Down

0 comments on commit ab2eb2e

Please sign in to comment.