diff --git a/src/components/CountdownTimer.tsx b/src/components/CountdownTimer.tsx index 1969e0576..e44187b7d 100644 --- a/src/components/CountdownTimer.tsx +++ b/src/components/CountdownTimer.tsx @@ -75,10 +75,10 @@ const Countdown: React.FC = ({ targetDate }) => { )}
- + {formatNumber(timeLeft[unit as keyof TimeLeft]).charAt(0)} - + {formatNumber(timeLeft[unit as keyof TimeLeft]).charAt(1)}

{unit}

diff --git a/src/components/CountdownTimerSmall.tsx b/src/components/CountdownTimerSmall.tsx index d0b7d2c0f..1d81f15b4 100644 --- a/src/components/CountdownTimerSmall.tsx +++ b/src/components/CountdownTimerSmall.tsx @@ -66,10 +66,10 @@ const Countdown: React.FC = ({ targetDate }) => { )}
- + {formatNumber(timeLeft[unit as keyof TimeLeft]).charAt(0)} - + {formatNumber(timeLeft[unit as keyof TimeLeft]).charAt(1)}

{unit}

diff --git a/src/components/QueryGGBannerSale.tsx b/src/components/QueryGGBannerSale.tsx index 0b64e23b8..2e4f7a0c5 100644 --- a/src/components/QueryGGBannerSale.tsx +++ b/src/components/QueryGGBannerSale.tsx @@ -8,7 +8,7 @@ export function QueryGGBannerSale(props: React.HTMLProps) { return (