Skip to content

Commit b707071

Browse files
authored
[fa25] Close student apps (#29)
* close apps * change displayed apps closed message
1 parent 42f4625 commit b707071

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

app/(hero-layout)/apply/students/page.tsx

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff 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>

data/students_applications.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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",

0 commit comments

Comments
 (0)