diff --git a/src/components/widgets/Countdown.tsx b/src/components/widgets/Countdown.tsx index b093661..576e27c 100644 --- a/src/components/widgets/Countdown.tsx +++ b/src/components/widgets/Countdown.tsx @@ -50,7 +50,7 @@ const ShiftingCountdown = ({ targetDate }: ShiftingCountdownProps) => { return (
-
+ {/*
@@ -59,7 +59,7 @@ const ShiftingCountdown = ({ targetDate }: ShiftingCountdownProps) => { text="seconds" className="text-red-500" /> -
+
*/}
); };