Skip to content

Commit

Permalink
Update Timer.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ayan-choradia authored May 6, 2024
1 parent f3e7f9a commit 79922fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/home/components/Timer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ interface TimeProps {
seconds: number | string;
}

const targetDate = new Date('April 5, 2024 00:00:00 GMT+0000').getTime();
const targetDate = new Date('April 5, 2025 00:00:00 GMT+0000').getTime();

const TimerContainer = ({ days, hours, minutes, seconds }: TimeProps) => {
const [countdownOver, setCountdownOver] = useState(false);
Expand Down

0 comments on commit 79922fa

Please sign in to comment.