We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f33bc9 commit 8aa8e62Copy full SHA for 8aa8e62
src/components/header.jsx
@@ -19,7 +19,7 @@ const CountdownTimer = () => {
19
});
20
21
useEffect(() => {
22
- const targetDate = new Date("December 21, 2024 14:00:00").getTime();
+ const targetDate = new Date("December 22, 2024 14:00:00").getTime();
23
const timer = setInterval(() => {
24
const now = new Date().getTime();
25
const distance = targetDate - now;
0 commit comments