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