diff --git a/components/Team.tsx b/components/Team.tsx index a4da5bb..2a92907 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: 'Annabelle 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' },