From 0c1f3b0a1c7a408d977a34b5f8485c4caddb04b8 Mon Sep 17 00:00:00 2001 From: Arman Moztarzadeh Date: Sat, 21 Sep 2024 11:53:35 -0700 Subject: [PATCH] fix: update exec positions --- src/components/general/execSection.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/general/execSection.tsx b/src/components/general/execSection.tsx index cda49b7e..c569a0b1 100644 --- a/src/components/general/execSection.tsx +++ b/src/components/general/execSection.tsx @@ -68,7 +68,7 @@ const execs = [ { name: "Daphne Tian", image: "/images/execs/daphne_tian.png", - title: "Design Lead", + title: "Outreach Coordinator", linkedIn: "https://www.linkedin.com/in/daphne-tian/", }, { @@ -98,7 +98,7 @@ const execs = [ { name: "Ura Hwang", image: "/images/execs/ura_hwang.png", - title: "Marketing Coordinator", + title: "Outreach Coordinator", linkedIn: "https://www.linkedin.com/in/ura-hwang-748336282/", }, ];