From 9e13911199dcddff6ba29112e5d7dbab4087daa4 Mon Sep 17 00:00:00 2001 From: Phillip Troutman Date: Wed, 18 Oct 2023 13:36:58 -0700 Subject: [PATCH] testing if update will work --- components/Team.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Team.tsx b/components/Team.tsx index 3b7a710..f3dd19c 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: 'Phillip 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' },