Skip to content

Commit c9f694d

Browse files
Update recruitment.js
1 parent cf22016 commit c9f694d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/config/recruitment.js

+7-7
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@ const teamDates = [
2020
{
2121
name: 'Application Release',
2222
type: 'single',
23-
value: new Date('September 23, 2020'),
24-
detail: 'Prior to week 0'
23+
value: new Date('January 1, 2021'),
24+
detail: ''
2525
},
2626
{
2727
name: 'Application Deadline',
2828
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'
3131
},
3232
{
33-
name: 'Recruiting Night',
33+
name: 'Info Session',
3434
type: 'single',
35-
value: new Date('October 15, 2020'),
35+
value: new Date('January 14, 2021'),
3636
detail: 'Thursday of Week 2'
3737
}
3838
]
@@ -72,7 +72,7 @@ const recruitment = {
7272
quarter: 'Fall 2020',
7373
applicationLink: DEV_APPLICATION_LINK,
7474
pm: {
75-
isOpen: true,
75+
isOpen: false,
7676
applicationLink: APPLICATION_LINK,
7777
dates: pmDates,
7878
process: [

0 commit comments

Comments
 (0)