Skip to content

Commit fa53448

Browse files
committed
update countdown
1 parent 3dfe91a commit fa53448

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/countdown/countdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const getTimeLeft = (targetDate) => {
1010
return { days, hours, minutes, seconds };
1111
};
1212

13-
const Countdown = ({ targetDate = new Date("2026-01-26T00:00:00") }) => {
13+
const Countdown = ({ targetDate = new Date("2026-03-21T00:00:00") }) => {
1414
const [timeLeft, setTimeLeft] = useState(() => getTimeLeft(targetDate));
1515

1616
useEffect(() => {

0 commit comments

Comments
 (0)