From dfee0127f104d82ffaf21c8d11391cf1c9c899c9 Mon Sep 17 00:00:00 2001 From: Phillip Troutman Date: Tue, 14 Nov 2023 11:49:12 -0500 Subject: [PATCH] removed !!!! --- components/Team.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' },