Skip to content

Commit

Permalink
Close Project Teams registration & update wording
Browse files Browse the repository at this point in the history
  • Loading branch information
taesungh committed Sep 27, 2024
1 parent b649c06 commit e310f91
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/app/pages/ProjectTeams/ProjectTeams.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,21 @@ import { Text } from "app/components";
import { Section, Space, Icon } from "app/Symbols.js";

export const PROJECT_TEAMS_GOOGLE_FORM = "https://forms.gle/1XBF3JKgpDikkDnT6";
const REGISTRATION_OPEN = true;
const REGISTRATION_OPEN = false;
const CURRENT_QUARTER = "Fall 2024";
const REGISTRATION_DEADLINE = "Friday, September 27th, 2024 at 11:59 PM PDT";

function ProjectTeams() {
const openMessage = (
<Text className="color green">
Project Team applications for {CURRENT_QUARTER} are open!
Project Teams applications for {CURRENT_QUARTER} are open!
</Text>
);

const closedMessage = (
<Text className="color red">
Project Team applications for {CURRENT_QUARTER} have closed.
We have reached capacity for {CURRENT_QUARTER} Project Teams, so
applications are closed until next quarter.
</Text>
);

Expand All @@ -38,7 +39,7 @@ function ProjectTeams() {
<Text className="color gray">
To get involved,{" "}
<Text color="blue">
<Link to="/join/">join our newsletter</Link>
<Link to="/join">join our newsletter</Link>
</Text>{" "}
for notifications about when the next applications come out!
</Text>
Expand Down

0 comments on commit e310f91

Please sign in to comment.