Skip to content

Commit

Permalink
Add Spring 2024 Interest Form
Browse files Browse the repository at this point in the history
  • Loading branch information
ericyche committed Nov 22, 2023
1 parent d3d238d commit daaa3fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/data/urls.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"applicationForm": "https://tinyurl.com/csm-fa23-app",
"interestForm": "https://tinyurl.com/csm-fa23-student-interest",
"interestForm": "https://tinyurl.com/sp24-student-interest",
"scheduler": "https://scheduler.csmentors.org",
"facebook": "https://www.facebook.com/BerkeleyCSM/",
"github": "https://github.com/csmberkeley",
Expand Down
6 changes: 3 additions & 3 deletions src/labels/StudentLabels.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ export const SECTIONS = {
</span>
),
},
APPLICATIONS_OPEN: {
APPLICATIONS_CLOSE: {
LABEL: "Application Process",
BODY_JSX: (
<p className="info">
Applications are currently closed for the semester and will open
Applications are currently closed for the Spring 2024 semester and will open
around 2 weeks into the semester. In the meantime, fill out{" "}
<Link to="/interest">
this interest form
Expand All @@ -57,7 +57,7 @@ export const SECTIONS = {
</p>
),
},
APPLICATIONS_CLOSE: {
APPLICATIONS_OPEN: {
LABEL: "Application Process",
BODY_JSX: (
<p className="info">
Expand Down

0 comments on commit daaa3fb

Please sign in to comment.