Skip to content

Commit 850fec7

Browse files
authored
feat: added Andrew Xia to contributors (#11)
1 parent 6318307 commit 850fec7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

frontend/app/feature3/page.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,14 @@ const teamLeads = [
7676

7777
const teamMembers = [
7878
// Add your name, role, and image here!
79+
{
80+
name: 'Andrew Xia',
81+
role: 'Developer',
82+
imgSrc: 'https://i.imgur.com/53PYPL3.jpeg',
83+
socials: {
84+
linkedin: 'https://www.linkedin.com/in/andrew-y-xia/',
85+
}
86+
},
7987
{
8088
name: 'Malachi Noel',
8189
role: 'Developer',

0 commit comments

Comments
 (0)