Skip to content

Commit

Permalink
k
Browse files Browse the repository at this point in the history
  • Loading branch information
doffn authored Jan 21, 2025
1 parent 5f004fa commit fa80792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def ui():
</svg>
Price USD
</div>
<div class="text-lg font-bold {float(price_change.get('h24', 0)) > 0 ? 'text-green-400' : 'text-red-400'}">
<div class="text-lg font-bold {float(price_change.get('h24', 0))} > 0 ? 'text-green-400' : 'text-red-400'">
{float(token.get('priceUsd', 0)):.5f}
</div>
<div class="text-sm text-gray-400">
Expand Down

0 comments on commit fa80792

Please sign in to comment.