diff --git a/app/routes/_index.tsx b/app/routes/_index.tsx index 9ce760f..ad0b547 100644 --- a/app/routes/_index.tsx +++ b/app/routes/_index.tsx @@ -260,7 +260,7 @@ const ShowSupply = ({ supply }: { supply: Supply }) => { {"market_cap"} - ${(supply.market_cap / 1000).toLocaleString("en-us")} + ${(supply.market_cap / 1_000_000).toLocaleString("en-us")}