Skip to content

Commit

Permalink
Update App.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Meetesh-Saini authored Jan 29, 2024
1 parent 4fc4704 commit b8dd357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "./App.css";
import { tsParticles } from "tsparticles-engine";
import Particle from "./content/particle/Particle";
const API_URL = "https://worldtimeapi.org/api/ip";
const targetTime = new Date("January 29, 2024 18:45:00").getTime();
const targetTime = new Date("January 29, 2024 20:00:00").getTime();

function App() {
const [currentTime, setCurrentTime] = useState(null);
Expand Down

0 comments on commit b8dd357

Please sign in to comment.