From 18032fb76a4d163e4df039b145da92985111cfef Mon Sep 17 00:00:00 2001 From: Phillip Troutman Date: Thu, 26 Oct 2023 15:41:01 -0700 Subject: [PATCH] upade back to Annabelle --- components/Team.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Team.tsx b/components/Team.tsx index f3dd19c..3b7a710 100644 --- a/components/Team.tsx +++ b/components/Team.tsx @@ -2,7 +2,7 @@ import GitHubLogo from "../public/github-mark.png" const Teams = () => { const people = [ - { name: 'Phillip Ni', github: 'https://github.com/annni11' }, + { name: 'Annabelle Ni', github: 'https://github.com/annni11' }, { name: 'Derek Koh', github: 'https://github.com/derekoko' }, { name: 'Peter Zepf', github: 'https://github.com/peterzepf' }, { name: 'Tony Gao', github: 'https://github.com/tgao17' },