From aa91ed5bc103cee17f44ad0a6f635a21b545e3ee Mon Sep 17 00:00:00 2001 From: HARRISH <96364633+mharrish7@users.noreply.github.com> Date: Wed, 18 Oct 2023 21:58:48 +0530 Subject: [PATCH] fix: timer (#8) * feat: 4 * final * fix: 1 * fix: 2 * feat: reg1 * feat: update * final 1 * feat: 1 --- src/Components/Landing/index.jsx | 2 +- src/Pages/Register/index.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Components/Landing/index.jsx b/src/Components/Landing/index.jsx index e88f746..442fd00 100644 --- a/src/Components/Landing/index.jsx +++ b/src/Components/Landing/index.jsx @@ -12,7 +12,7 @@ const Landing = () => { const [minutes, setMinutes] = useState(0); const [seconds, setSeconds] = useState(0); - const deadline = new Date("October 26, 2023").getTime(); + const deadline = new Date("October 27, 2023 17:00:00").getTime(); const getTime = () => { const currentTime = new Date().getTime(); diff --git a/src/Pages/Register/index.jsx b/src/Pages/Register/index.jsx index 4eb28b6..d13e103 100644 --- a/src/Pages/Register/index.jsx +++ b/src/Pages/Register/index.jsx @@ -167,7 +167,7 @@ const Register = () => {

Registration Page

{window.open( - 'https://drive.google.com/file/d/1ik4B97YNQb4YX0d4pKfb59Was8znyMRT/view?usp=sharing', + 'https://drive.google.com/file/d/1-ALSr8cgKZOdmo5F-uv2rqwXnv3dH0P4/view?usp=sharing', '_blank' // <- This is what makes it open in a new window. );}}> Rule Book