From cb763090467fd88789205a02a72d4e969c10a7df Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sat, 5 Oct 2024 17:57:17 -0700 Subject: adjust channel card for mobile --- src/components/Countdown.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/components/Countdown.tsx') diff --git a/src/components/Countdown.tsx b/src/components/Countdown.tsx index 69e4bd0..a7af166 100644 --- a/src/components/Countdown.tsx +++ b/src/components/Countdown.tsx @@ -47,19 +47,19 @@ const Countdown: React.FC = ({ targetDate }) => {
-
{timeLeft.days}
+
{timeLeft.days}
Days
-
{timeLeft.hours}
+
{timeLeft.hours}
Hours
-
{timeLeft.minutes}
+
{timeLeft.minutes}
Minutes
-
{timeLeft.seconds}
+
{timeLeft.seconds}
Seconds
-- cgit v1.2.3