Skip to content

Commit

Permalink
change date
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshith-403 committed Mar 11, 2024
1 parent 1facf9e commit 4c7af66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Components/Login/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function Countdown() {
};

const calculateTimeLeft = (): TimeLeft => {
const difference = +new Date("2024-03-14T23:59") - +new Date();
const difference = +new Date("2024-03-16T23:59") - +new Date();
let timeLeft = {};

if (difference > 0) {
Expand Down

0 comments on commit 4c7af66

Please sign in to comment.