Skip to content

Commit 3ea1513

Browse files
committed
feat(team): add new members [Meredith2328, kaysonyu] to team page
1 parent ebe6a70 commit 3ea1513

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/team.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,20 @@ const members = [
5050
{ icon: 'github', link: 'https://github.com/Jerry-Wu-GitHub' },
5151
]
5252
},
53+
{
54+
avatar: 'https://www.github.com/Meredith2328.png',
55+
name: 'Meredith2328',
56+
links: [
57+
{ icon: 'github', link: 'https://github.com/Meredith2328' },
58+
]
59+
},
60+
{
61+
avatar: 'https://www.github.com/kaysonyu.png',
62+
name: 'kaysonyu',
63+
links: [
64+
{ icon: 'github', link: 'https://github.com/kaysonyu' },
65+
]
66+
},
5367
{
5468
avatar: 'https://www.github.com/koowz.png',
5569
name: 'koowz',

0 commit comments

Comments
 (0)