From e9ba682fbd9dd0d56870ecb2292dfcdd84985da9 Mon Sep 17 00:00:00 2001 From: Lucas Meier Date: Tue, 22 Oct 2024 16:06:38 -0700 Subject: [PATCH] Other styling tweaks --- app/routes/_index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")}