Skip to content

Commit

Permalink
change schedule timer to hacking ends
Browse files Browse the repository at this point in the history
  • Loading branch information
waalbert committed May 25, 2024
1 parent 02ede73 commit 18277da
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions src/app/views/schedule/Schedule.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,27 @@ import {
import "./Schedule.scss";
import { Container } from "react-bootstrap";

const HACKING_DEADLINE = "24 May 2024 21:00:00 PDT";
// 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 = () => (
<div className="Schedule">
<section id="schedule-block">
<div className="schedule-header">
<img src="../../../assets/images/schedule/schedule-header.png" alt="Schedule Header"></img>
<img
src="../../../assets/images/schedule/schedule-header.png"
alt="Schedule Header"
></img>
</div>
<h4 className="schedule-hacking-ends-in">
All times in PDT. Hacking begins in:
All times in PDT. Hacking ends in:
</h4>
<div className="schedule-countdown">
<Container className="container-style">
<Countdown date={HACKING_DEADLINE} />
</Container>
</div>
<h4 className="schedule-hacking-ends-in">See you soon!</h4>
<h4 className="schedule-hacking-ends-in">Blast off!</h4>
<ScheduleCard />
</section>
<Footer />
Expand Down

0 comments on commit 18277da

Please sign in to comment.