Skip to content

Commit 54ea4f5

Browse files
Eric CheEric Che
authored andcommitted
Release fa23 app
1 parent 57fc0ad commit 54ea4f5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/data/dates.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"applicationSemester": "Spring 2023",
3-
"applicationsOpen": "2022-12-17T08:00:00.000Z",
4-
"applicationsClose": "2023-01-19T07:59:00.000Z"
2+
"applicationSemester": "Fall 2023",
3+
"applicationsOpen": "2023-07-27T08:00:00.000Z",
4+
"applicationsClose": "2023-08-23T06:59:00.000Z"
55
}

src/data/urls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"applicationForm": "https://tinyurl.com/csm-sp23-app",
2+
"applicationForm": "https://tinyurl.com/csm-fa23-app",
33
"scheduler": "https://scheduler.csmentors.org",
44
"facebook": "https://www.facebook.com/BerkeleyCSM/",
55
"github": "https://github.com/csmberkeley",

src/labels/MentorLabels.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export const SECTIONS = {
6767
),
6868
},
6969
APPLICATIONS_OPEN: {
70-
LABEL: `Applications for ${dates.applicationSemester} Junior Mentors and Associate Mentors are now open!`,
70+
LABEL: `Applications for ${dates.applicationSemester} Junior, Associate, and Content Mentors are now open!`,
7171
BODY_JSX: (
7272
<span>
7373
<p className="info">
@@ -76,7 +76,7 @@ export const SECTIONS = {
7676
<br />
7777
The{" "}
7878
<Link to="/apply">
79-
Junior Mentor and Associate Mentor application is
79+
Junior, Associate, and Content Mentor application is
8080
available now!
8181
</Link>{" "}
8282
Applications are due{" "}

0 commit comments

Comments
 (0)