add team member

This commit is contained in:
Steph 2023-03-15 11:17:02 -07:00
parent 89b9868870
commit 2dc71377dc

View File

@ -149,6 +149,12 @@ const members = [
title: "Developer", title: "Developer",
links: [{ icon: "github", link: "https://github.com/spopida" }], links: [{ icon: "github", link: "https://github.com/spopida" }],
}, },
{
avatar: "https://avatars.githubusercontent.com/u/35910788?v=4",
name: "Steph Huynh",
title: "Developer",
links: [{ icon: "github", link: "https://github.com/huynhicode" }],
},
]; ];
</script> </script>