Skip to content

Commit 2258f8a

Browse files
committed
#1476 Added my name to credits
1 parent 3f90706 commit 2258f8a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/frontend/src/pages/CreditsPage/CreditsPage.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ const CreditsPage: React.FC = () => {
132132
{ name: 'Kevin Polackal', color: '#800080' },
133133
{ name: 'Lily Shiomitsu', color: '#008080' },
134134
{ name: 'Kevin Yang', color: '#0000FF' },
135-
{ name: 'Qihong Wu', color: '#87CEEB' }
135+
{ name: 'Qihong Wu', color: '#87CEEB' },
136+
{ name: 'Zoey Guo', color: '#E34949' }
136137
];
137138

138139
const snark = ['Add your name!', "Shouldn't you do it yourself?", 'Seriously', 'go', 'do', 'it'];

0 commit comments

Comments
 (0)