Skip to content

Commit

Permalink
fix:Timer deadline changed
Browse files Browse the repository at this point in the history
  • Loading branch information
AltSumpreme authored Sep 3, 2024
1 parent 51bbf5f commit dea704b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/timer/Timer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Timer = () => {
const [minutes, setMinutes] = useState(0);
const [seconds, setSeconds] = useState(0);

const deadline = "September, 5, 2024";
const deadline = "September, 6, 2024";

const getTime = () => {
const time = Date.parse(deadline) - Date.now();
Expand Down

0 comments on commit dea704b

Please sign in to comment.