Skip to content

Commit

Permalink
Other styling tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
cronokirby committed Oct 22, 2024
1 parent 2938c5f commit e9ba682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/_index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ const ShowSupply = ({ supply }: { supply: Supply }) => {
<Table.Tr>
<Table.Th>{"market_cap"}</Table.Th>
<Table.Td>
${(supply.market_cap / 1000).toLocaleString("en-us")}
${(supply.market_cap / 1_000_000).toLocaleString("en-us")}
</Table.Td>
</Table.Tr>
</Table.Tbody>
Expand Down

0 comments on commit e9ba682

Please sign in to comment.