From 677823ce6aaf30e9f679bcfce2c2c187f1e18188 Mon Sep 17 00:00:00 2001 From: Jacob Taegon Kim Date: Fri, 2 Feb 2024 18:01:42 -0800 Subject: [PATCH] Change dates and Mentors Form Link --- src/data/dates.json | 4 ++-- src/data/urls.json | 2 +- src/labels/MentorLabels.tsx | 2 +- yarn.lock | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/data/dates.json b/src/data/dates.json index d8904bd..afe59ab 100644 --- a/src/data/dates.json +++ b/src/data/dates.json @@ -4,6 +4,6 @@ "applicationsClose": "2024-01-17T07:59:00.000Z", "extendedApplicationsOpen": "2024-01-24T08:00:00.000Z", "extendedApplicationsClose": "2024-01-29T07:59:00.000Z", - "interestFormOpen": "2023-12-20T08:00:00.000Z", - "interestFormClose": "2024-01-03T06:59:00.000Z" + "interestFormOpen": "2024-01-29T08:00:00.000Z", + "interestFormClose": "2024-06-30T06:59:00.000Z" } diff --git a/src/data/urls.json b/src/data/urls.json index 28290ed..1756898 100644 --- a/src/data/urls.json +++ b/src/data/urls.json @@ -1,7 +1,7 @@ { "applicationForm": "https://tinyurl.com/sp24-csm-app", "interestForm": "https://tinyurl.com/sp24-student-interest", - "mentorInterestForm": "https://tinyurl.com/sp24-mentor-interest", + "mentorInterestForm": "http://tinyurl.com/fa24-mentor-interest", "scheduler": "https://scheduler.csmentors.org", "facebook": "https://www.facebook.com/BerkeleyCSM/", "github": "https://github.com/csmberkeley", diff --git a/src/labels/MentorLabels.tsx b/src/labels/MentorLabels.tsx index 64581ae..3787c04 100644 --- a/src/labels/MentorLabels.tsx +++ b/src/labels/MentorLabels.tsx @@ -164,7 +164,7 @@ export const SECTIONS = {

In the meantime, please fill out{" "} - this interest form for the Spring 2024 semester + this interest form for the Fall 2024 semester {" "} if you are interested in becoming a mentor.

diff --git a/yarn.lock b/yarn.lock index 33f7505..25b2c6e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12101,4 +12101,4 @@ yauzl@^2.10.0: yocto-queue@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" - integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== + integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== \ No newline at end of file