From 445dd051fb87d88088c8ba3873e1df05c147d314 Mon Sep 17 00:00:00 2001 From: alexy-ok Date: Sun, 24 Nov 2024 19:03:13 -0800 Subject: [PATCH] added image and name --- src/components/about/team/team-data.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/about/team/team-data.ts b/src/components/about/team/team-data.ts index 13b043b..67d7526 100644 --- a/src/components/about/team/team-data.ts +++ b/src/components/about/team/team-data.ts @@ -105,6 +105,12 @@ export const CCH_DATA: Profile[] = [ linkedin: "https://www.linkedin.com/in/sean-kelman-633057211/", image: "/people/sean-kelman.jpg", }, + { + name: "Alex Yin", + role: "Developer", + linkedin: "https://www.linkedin.com/in/alexander-yin/", + image: "/people/alex-yin.jpg", + }, ]; export const CSE_DATA: Profile[] = [