We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dfe91a commit fa53448Copy full SHA for fa53448
1 file changed
src/components/countdown/countdown.js
@@ -10,7 +10,7 @@ const getTimeLeft = (targetDate) => {
10
return { days, hours, minutes, seconds };
11
};
12
13
-const Countdown = ({ targetDate = new Date("2026-01-26T00:00:00") }) => {
+const Countdown = ({ targetDate = new Date("2026-03-21T00:00:00") }) => {
14
const [timeLeft, setTimeLeft] = useState(() => getTimeLeft(targetDate));
15
16
useEffect(() => {
0 commit comments