Skip to content

Commit

Permalink
Release fa23 app
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Che authored and Eric Che committed Jul 28, 2023
1 parent 57fc0ad commit 54ea4f5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/data/dates.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"applicationSemester": "Spring 2023",
"applicationsOpen": "2022-12-17T08:00:00.000Z",
"applicationsClose": "2023-01-19T07:59:00.000Z"
"applicationSemester": "Fall 2023",
"applicationsOpen": "2023-07-27T08:00:00.000Z",
"applicationsClose": "2023-08-23T06:59:00.000Z"
}
2 changes: 1 addition & 1 deletion src/data/urls.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"applicationForm": "https://tinyurl.com/csm-sp23-app",
"applicationForm": "https://tinyurl.com/csm-fa23-app",
"scheduler": "https://scheduler.csmentors.org",
"facebook": "https://www.facebook.com/BerkeleyCSM/",
"github": "https://github.com/csmberkeley",
Expand Down
4 changes: 2 additions & 2 deletions src/labels/MentorLabels.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const SECTIONS = {
),
},
APPLICATIONS_OPEN: {
LABEL: `Applications for ${dates.applicationSemester} Junior Mentors and Associate Mentors are now open!`,
LABEL: `Applications for ${dates.applicationSemester} Junior, Associate, and Content Mentors are now open!`,
BODY_JSX: (
<span>
<p className="info">
Expand All @@ -76,7 +76,7 @@ export const SECTIONS = {
<br />
The{" "}
<Link to="/apply">
Junior Mentor and Associate Mentor application is
Junior, Associate, and Content Mentor application is
available now!
</Link>{" "}
Applications are due{" "}
Expand Down

0 comments on commit 54ea4f5

Please sign in to comment.