File tree 1 file changed +8
-5
lines changed
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -8,24 +8,27 @@ import {
8
8
import "./Schedule.scss" ;
9
9
import { Container } from "react-bootstrap" ;
10
10
11
- const HACKING_DEADLINE = "24 May 2024 21:00:00 PDT" ;
12
- // const HACKING_DEADLINE = "26 May 2024 09:00:00 PDT";
11
+ // const HACKING_DEADLINE = "24 May 2024 21:00:00 PDT";
12
+ const HACKING_DEADLINE = "26 May 2024 09:00:00 PDT" ;
13
13
14
14
const Schedule = ( ) => (
15
15
< div className = "Schedule" >
16
16
< section id = "schedule-block" >
17
17
< div className = "schedule-header" >
18
- < img src = "../../../assets/images/schedule/schedule-header.png" alt = "Schedule Header" > </ img >
18
+ < img
19
+ src = "../../../assets/images/schedule/schedule-header.png"
20
+ alt = "Schedule Header"
21
+ > </ img >
19
22
</ div >
20
23
< h4 className = "schedule-hacking-ends-in" >
21
- All times in PDT. Hacking begins in:
24
+ All times in PDT. Hacking ends in:
22
25
</ h4 >
23
26
< div className = "schedule-countdown" >
24
27
< Container className = "container-style" >
25
28
< Countdown date = { HACKING_DEADLINE } />
26
29
</ Container >
27
30
</ div >
28
- < h4 className = "schedule-hacking-ends-in" > See you soon !</ h4 >
31
+ < h4 className = "schedule-hacking-ends-in" > Blast off !</ h4 >
29
32
< ScheduleCard />
30
33
</ section >
31
34
< Footer />
You can’t perform that action at this time.
0 commit comments