Skip to content

Commit

Permalink
Update Project Teams for Fall 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
taesungh committed Sep 22, 2024
1 parent 4ddc747 commit b649c06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/pages/ProjectTeams/ProjectTeams.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import { Link } from "react-router-dom";
import { Text } from "app/components";
import { Section, Space, Icon } from "app/Symbols.js";

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

function ProjectTeams() {
const openMessage = (
Expand Down

0 comments on commit b649c06

Please sign in to comment.