Skip to content

Commit

Permalink
Timer Update
Browse files Browse the repository at this point in the history
  • Loading branch information
CodastickFantastic committed Apr 24, 2024
1 parent 9994666 commit 554def6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/widgets/CountToPremiere.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function CountToPremiere() {

useEffect(() => {
let startCoundDownToPremiere = setInterval(() => {
const countDownDate = new Date("2 May 2024 19:00:00").getTime();
const countDownDate = new Date("8 May 2024 19:00:00").getTime();
let now = new Date().getTime()

let distance = countDownDate - now;
Expand Down

0 comments on commit 554def6

Please sign in to comment.