diff --git a/src/components/common/CountDownTimer.jsx b/src/components/common/CountDownTimer.jsx index 9e1417e..942b65b 100644 --- a/src/components/common/CountDownTimer.jsx +++ b/src/components/common/CountDownTimer.jsx @@ -36,7 +36,7 @@ const CountDownTimer = () => { const seconds = Math.floor((timeLeft % (1000 * 60)) / 1000); return ( -
+
DAYS
+
HOURS
@@ -74,7 +74,7 @@ const CountDownTimer = () => { -+
MINUTES
@@ -88,7 +88,7 @@ const CountDownTimer = () => { -+
SECONDS