Skip to content

Commit

Permalink
made changes for sp25
Browse files Browse the repository at this point in the history
  • Loading branch information
isabellaalps committed Jan 15, 2025
1 parent 60b1610 commit 94349b3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
14 changes: 7 additions & 7 deletions src/data/dates.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"applicationSemester": "Fall 2024",
"applicationsOpen": "2024-05-11T06:59:00.000Z",
"applicationsClose": "2024-08-29T06:59:00.000Z",
"extendedApplicationsOpen": "2024-08-29T06:59:00.000Z",
"extendedApplicationsClose": "2024-08-29T06:59:00.000Z",
"interestFormOpen": "2024-08-29T06:59:00.000Z",
"interestFormClose": "2024-09-14T06:59:00.000Z"
"applicationSemester": "Spring 2025",
"applicationsOpen": "2024-12-21T06:59:00.000Z",
"applicationsClose": "2025-01-23T06:59:00.000Z",
"extendedApplicationsOpen": "2025-01-23T06:59:00.000Z",
"extendedApplicationsClose": "2025-01-23T06:59:00.000Z",
"interestFormOpen": "2025-01-23T06:59:00.000Z",
"interestFormClose": "2025-02-05T06:59:00.000Z"
}
6 changes: 3 additions & 3 deletions src/data/urls.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"applicationForm": "https://tinyurl.com/csm-app-fa24",
"interestForm": "",
"mentorInterestForm": "https://tinyurl.com/csm-app-fa24",
"applicationForm": "https://tinyurl.com/sp25-csm-app",
"interestForm": "https://docs.google.com/forms/d/e/1FAIpQLSfNfGBnxhZ3pXknQ34zYDxVcq7eF2hh4fFcimvABl-auynyCw/viewform?usp=sf_link",
"mentorInterestForm": "",
"scheduler": "https://scheduler.csmentors.org",
"facebook": "https://www.facebook.com/BerkeleyCSM/",
"github": "https://github.com/csmberkeley",
Expand Down
3 changes: 2 additions & 1 deletion src/labels/StudentLabels.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React from "react";
import { Link } from "react-router-dom";
import dates from "../data/dates.json"

import { COURSE_STRING_WITH_AND, FAQ_CONTACT } from "./common";

Expand Down Expand Up @@ -48,7 +49,7 @@ export const SECTIONS = {
LABEL: "Enrollment Process",
BODY_JSX: (
<p className="info">
Applications are currently closed for the Spring 2024 semester and will open
Applications are currently closed for the {dates.applicationSemester} semester and will open
around 2 weeks into the semester. In the meantime, fill out{" "}
<Link to="/interest">
this interest form
Expand Down

0 comments on commit 94349b3

Please sign in to comment.