Skip to content

Commit

Permalink
Update header.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ishani-1255 authored Dec 21, 2024
1 parent 6e1e6bb commit 0a87291
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const CountdownTimer = () => {
});

useEffect(() => {
const targetDate = new Date("December 21, 2024 00:00:00").getTime();
const targetDate = new Date("December 21, 2024 14:00:00").getTime();
const timer = setInterval(() => {
const now = new Date().getTime();
const distance = targetDate - now;
Expand Down Expand Up @@ -287,4 +287,4 @@ function Header() {
);
}

export default Header;
export default Header;

0 comments on commit 0a87291

Please sign in to comment.