From 1b6e4929468c60a757330ec46523b27ecd4969e8 Mon Sep 17 00:00:00 2001 From: Wonsuk Choi Date: Tue, 4 Aug 2026 12:48:31 +0900 Subject: [PATCH] fix(routes/index): prevent npm downloads counter from overflowing on mobile --- src/routes/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/index.tsx b/src/routes/index.tsx index f71be1973..07a94ef1b 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -784,7 +784,7 @@ function AdoptionProof({ accentClassName }: { accentClassName: string }) { // once there is a real number for it to count from. ref={totalDownloads > 0 ? counterRef : undefined} className={twMerge( - 'bg-linear-to-r bg-clip-text font-mono text-4xl font-black tabular-nums text-transparent', + 'bg-linear-to-r bg-clip-text font-mono text-3xl font-black tabular-nums text-transparent sm:text-4xl', accentClassName, )} >