Skip to content

Commit ee987b4

Browse files
committed
#1370 Added my name to credits
1 parent fb2774d commit ee987b4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const CreditsPage: React.FC = () => {
2020
color: string;
2121
sx?: {};
2222
}[] = [
23+
{ name: 'Kevin Yang', color: '#0000FF' },
2324
{ name: 'Anthony Bernardi', color: '#566bd4' },
2425
{ name: 'Reid Chandler', color: '#e53774' },
2526
{

0 commit comments

Comments
 (0)