Skip to content

Commit

Permalink
Update President's email to Vivian's
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminJohnson2204 committed Sep 25, 2024
1 parent 72c844c commit 2ee9fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/ApplicationForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import React, { useState } from "react";
// Update these values each year before recruitment.
const SUBMIT_URL =
"https://tse-fulcrum-2023-i83hg.ondigitalocean.app/api/application";
const PRESIDENT_EMAIL = "nboloori@ucsd.edu";
const PRESIDENT_EMAIL = "v6liu@ucsd.edu";
const DEADLINE = new Date("2023-10-15T23:59:59-07:00"); // PDT is UTC-7
const HEAR_ABOUT_TSE_OPTIONS = [
"Word of mouth",
Expand Down

0 comments on commit 2ee9fcc

Please sign in to comment.