Skip to content

Commit

Permalink
feat: use dollar sign
Browse files Browse the repository at this point in the history
  • Loading branch information
X committed Aug 7, 2024
1 parent d4c0c96 commit 487477d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,10 @@ export const Landing = ({}) => {
<a href={`#/${id}`}>{symbol}</a>
<div className="max_width_col"></div>
<code>
$
{orders[id]
? token(orders[id].price, paymentToken.decimals)
: 0}{" "}
{paymentToken.symbol}
</code>
</div>
))}
Expand Down

0 comments on commit 487477d

Please sign in to comment.