From 2994a1a1625f3b577f488132b6779bd4db4d6f3b Mon Sep 17 00:00:00 2001 From: Alan Chang Date: Fri, 24 May 2024 14:22:36 -0700 Subject: [PATCH] Update countdown to be for start time --- src/app/views/schedule/Schedule.jsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/views/schedule/Schedule.jsx b/src/app/views/schedule/Schedule.jsx index 9e17ceb..ee6b3a7 100644 --- a/src/app/views/schedule/Schedule.jsx +++ b/src/app/views/schedule/Schedule.jsx @@ -8,7 +8,8 @@ import { import "./Schedule.scss"; import { Container } from "react-bootstrap"; -const HACKING_DEADLINE = "26 May 2024 09:00:00 PDT"; +const HACKING_DEADLINE = "24 May 2024 21:00:00 PDT"; +// const HACKING_DEADLINE = "26 May 2024 09:00:00 PDT"; const Schedule = () => (
@@ -17,14 +18,14 @@ const Schedule = () => ( Schedule Header

- All times in PDT. Hacking ends in: + All times in PDT. Hacking begins in:

-

See you next year!

+

See you soon!