From 4b66bb0001dda28af9e0e983513f2adf3a4dc3b8 Mon Sep 17 00:00:00 2001 From: Rene Arumetsa Date: Tue, 31 Mar 2026 18:29:52 +0300 Subject: [PATCH] Fix the price counting error --- src/components/teaser/EndSection.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/teaser/EndSection.tsx b/src/components/teaser/EndSection.tsx index b2928ab..792fa31 100644 --- a/src/components/teaser/EndSection.tsx +++ b/src/components/teaser/EndSection.tsx @@ -29,11 +29,10 @@ function CountUpStat({ const display = format ? format(count) : String(count); return ( -
+
}> {/* Desktop version */}

} style={{ minWidth: minWidth ?? "auto", fontSize: "clamp(3rem, 2.5rem + 3vw, 6rem)" }} > {display}{suffix} @@ -41,7 +40,6 @@ function CountUpStat({ {/* Mobile version */}

} style={{ minWidth: minWidth ?? "auto", fontSize: "clamp(2rem, 1.2rem + 4vw, 6rem)" }} > {display}{suffix}