diff --git a/public/data/team.ts b/public/data/team.ts index 646add5..5d02064 100644 --- a/public/data/team.ts +++ b/public/data/team.ts @@ -376,7 +376,7 @@ export const CurrentTeam: TeamYear = { }, { name: "Aman Desai", - position: "President", + position: "Industry President", classOf: "2027", branch: "Industry", lastActiveYear: "2024 - 2025", @@ -448,6 +448,23 @@ export const CurrentTeam: TeamYear = { lastActiveYear: "2024 - 2025", picture: RitamSaha.src, }, + { + name: "Jennifer Zhu", + position: "Marketing Director", + classOf: "2026", + branch: "Board", + color: "#EB459E", + lastActiveYear: "2024 - 2025", + picture: BoardIcon.src, + }, + { + name: "Wesley Hung", + position: "ICPC Branch Head", + classOf: "2025", + branch: "ICPC", + lastActiveYear: "2024 - 2025", + picture: BoardIcon.src, + }, ], }; diff --git a/src/config/internsConfig.ts b/src/config/internsConfig.ts index 0e86e91..50e0986 100644 --- a/src/config/internsConfig.ts +++ b/src/config/internsConfig.ts @@ -1 +1 @@ -export const INTERNS_LIVE = true; +export const INTERNS_LIVE = false;