Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion public/data/team.ts
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ export const CurrentTeam: TeamYear = {
},
{
name: "Aman Desai",
position: "President",
position: "Industry President",
classOf: "2027",
branch: "Industry",
lastActiveYear: "2024 - 2025",
Expand Down Expand Up @@ -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,
},
],
};

Expand Down
2 changes: 1 addition & 1 deletion src/config/internsConfig.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const INTERNS_LIVE = true;
export const INTERNS_LIVE = false;
Loading