File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed
app/(hero-layout)/apply/students Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -120,8 +120,11 @@ export default function StudentApplyPage() {
120120 />
121121 ) : (
122122 < div className = "text-bp-blue text-[14px] font-medium" >
123- Student applications will be open on{ ' ' }
124- { config . application_release_date } .
123+ { /* Change displayed text depending on whether application cycle hasn't started/has passed */ }
124+ { /* Student applications will be open on{' '}
125+ {config.application_release_date}. */ }
126+ Student applications closed on{ ' ' }
127+ { config . application_deadline } .
125128 </ div >
126129 ) }
127130 </ div >
@@ -234,8 +237,11 @@ export default function StudentApplyPage() {
234237 />
235238 ) : (
236239 < div className = "text-bp-blue text-[14px] font-medium" >
237- Student applications will be open on{ ' ' }
238- { config . application_release_date } .
240+ { /* Change displayed text depending on whether application cycle hasn't started/has passed */ }
241+ { /* Student applications will be open on{' '}
242+ {config.application_release_date}. */ }
243+ Student applications closed on{ ' ' }
244+ { config . application_deadline } .
239245 </ div >
240246 ) }
241247 </ div >
Original file line number Diff line number Diff line change 11{
2- "banner_text" : " 📣 Our application for Fall 2025 is now open ! 📣" ,
2+ "banner_text" : " 📣 Our application for Fall 2025 is now closed ! 📣" ,
33 "banner_enabled" : true ,
44
55 "semester" : " Fall 2025" ,
6- "student_applications_enabled" : true ,
6+ "student_applications_enabled" : false ,
77 "student_application_link" : " https://airtable.com/appYX5Yw4HbhOCYQV/shr0Hylr9mYLhgTfD" ,
88
99 "application_release_date" : " Wednesday, August 27th" ,
10- "application_deadline" : " Thursday, September 4th at 12 :00 PM PDT" ,
10+ "application_deadline" : " Thursday, September 4th at 1 :00 PM PDT" ,
1111
1212 "infosession_dates" : " Tuesday, September 2nd" ,
1313 "virtual_infosessions_date" : " Wednesday, September 3rd" ,
You can’t perform that action at this time.
0 commit comments