From f5dd3132095ab457f373fdc7332c289c53b647ec Mon Sep 17 00:00:00 2001 From: Ramy Kaddouri <106203063+rk234@users.noreply.github.com> Date: Mon, 16 Oct 2023 15:27:08 -0400 Subject: [PATCH] team updates --- src/app/components/team/team.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/components/team/team.js b/src/app/components/team/team.js index 715cdea..f9978c1 100644 --- a/src/app/components/team/team.js +++ b/src/app/components/team/team.js @@ -7,25 +7,25 @@ export default function TeamSection() { ["Aryan Sharma", "Director", "/headshots/aryan_headshot.jpg"], ["Seonyoung Lee", "Director", "/headshots/seonyoung_headshot.jpg"], - ["Caleb Shim", "Treasurer", "/headshots/caleb_headshot.jpg"], - ["Ramy Kaddouri", "Website Team Lead", "/headshots/ramy_headshot.jpeg"], ["Nicole Luo", "Website Dev", "/headshots/nicole_headshot.png"], ["Sai Chandra", "Website Dev", "/headshots/sai_siddhish_headshot.png"], ["Joel Chemmanur", "Website Dev", "/headshots/joel_headshot.jpg"], + + ["Caleb Shim", "Sponsor Team Lead", "/headshots/caleb_headshot.jpg"], + ["Akhil Shastry", "Sponsor Liaison", "/headshots/akhil_headshot.jpg"], - ["Jamie Lee", "Graphic Designer", "/headshots/jamie_headshot.jpg"], + ["Jamie Lee", "Art Team Lead", "/headshots/jamie_headshot.jpg"], ["Joshua Oh", "Graphic Designer", "/headshots/joshua_headshot.jpg"], + ["Ishani Ghosh", "Outreach Team Lead", "/headshots/ishani_headshot.png"], ["Gordon Mei", "Outreach Team", "/headshots/gordon_headshot.png"], - ["Ishani Ghosh", "Outreach Team", "/headshots/ishani_headshot.png"], ["Luis Valerio", "Outreach Team", "/headshots/luis_headshot.png"], - ["Akhil Shastry", "Sponsor Liaison", "/headshots/akhil_headshot.jpg"], - ["Jaden Li", "Workshop Creator", "/headshots/jaden_headshot.jpg"], - ["Neeraj Pawar", "Workshop Creator", "/headshots/neeraj_headshot.jpg"], + ["Jaden Li", "Workshop Team Lead", "/headshots/jaden_headshot.jpg"], ["Victor Liu", "Workshop Creator", "/headshots/victor_headshot.jpg"], + ["Neeraj Pawar", "Workshop Creator", "/headshots/neeraj_headshot.jpg"], ] teamCards = teamCards.map((card) => {