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 ( -
+
@@ -46,7 +46,7 @@ const CountDownTimer = () => {
-

+

DAYS

@@ -60,7 +60,7 @@ const CountDownTimer = () => { -

+

HOURS

@@ -74,7 +74,7 @@ const CountDownTimer = () => { -

+

MINUTES

@@ -88,7 +88,7 @@ const CountDownTimer = () => { -

+

SECONDS