File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -20,19 +20,19 @@ const teamDates = [
20
20
{
21
21
name : 'Application Release' ,
22
22
type : 'single' ,
23
- value : new Date ( 'September 23, 2020 ' ) ,
24
- detail : 'Prior to week 0 '
23
+ value : new Date ( 'January 1, 2021 ' ) ,
24
+ detail : ''
25
25
} ,
26
26
{
27
27
name : 'Application Deadline' ,
28
28
type : 'single' ,
29
- value : new Date ( 'October 7, 2020 ' ) ,
30
- detail : 'Sunday of Week 1 '
29
+ value : new Date ( 'January 15, 2021 ' ) ,
30
+ detail : 'Friday of Week 2 '
31
31
} ,
32
32
{
33
- name : 'Recruiting Night ' ,
33
+ name : 'Info Session ' ,
34
34
type : 'single' ,
35
- value : new Date ( 'October 15, 2020 ' ) ,
35
+ value : new Date ( 'January 14, 2021 ' ) ,
36
36
detail : 'Thursday of Week 2'
37
37
}
38
38
]
@@ -72,7 +72,7 @@ const recruitment = {
72
72
quarter : 'Fall 2020' ,
73
73
applicationLink : DEV_APPLICATION_LINK ,
74
74
pm : {
75
- isOpen : true ,
75
+ isOpen : false ,
76
76
applicationLink : APPLICATION_LINK ,
77
77
dates : pmDates ,
78
78
process : [
You can’t perform that action at this time.
0 commit comments