Skip to content

Commit 8aa8e62

Browse files
authored
Update header.jsx
1 parent 3f33bc9 commit 8aa8e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/header.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const CountdownTimer = () => {
1919
});
2020

2121
useEffect(() => {
22-
const targetDate = new Date("December 21, 2024 14:00:00").getTime();
22+
const targetDate = new Date("December 22, 2024 14:00:00").getTime();
2323
const timer = setInterval(() => {
2424
const now = new Date().getTime();
2525
const distance = targetDate - now;

0 commit comments

Comments
 (0)