Skip to content

Commit

Permalink
changed the timer
Browse files Browse the repository at this point in the history
  • Loading branch information
sahanperera00 committed Oct 7, 2024
1 parent 156de1d commit 5fe5fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/_components/Home/CountdownTimer/timer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { useState, useEffect } from "react";

export default function Timer() {
const targetDate = new Date("2024-10-08T10:00:00");
const targetDate = new Date("2024-10-08T17:00:00");

const calculateTimeLeft = () => {
const now = new Date();
Expand Down

0 comments on commit 5fe5fb4

Please sign in to comment.