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/ChannelCard/ChannelCard.tsx | 2 +- src/components/Countdown.tsx | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/ChannelCard/ChannelCard.tsx b/src/components/ChannelCard/ChannelCard.tsx index 44541ad..0aefb97 100644 --- a/src/components/ChannelCard/ChannelCard.tsx +++ b/src/components/ChannelCard/ChannelCard.tsx @@ -81,7 +81,7 @@ const ChannelCard: React.FC = ({

Estimated Date: {nextMilestoneDate}

-
+
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