Skip to content

Commit d295545

Browse files
committed
#1379: added my name to the credits page
1 parent fa0cc65 commit d295545

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
@@ -106,7 +106,8 @@ const CreditsPage: React.FC = () => {
106106
{ name: 'Kevin Polackal', color: '#800080' },
107107
{ name: 'Stephanie Xu', color: '#ffcd42' },
108108
{ name: 'Hareg Aderie', color: '#34b46c' },
109-
{ name: 'Kevin Yang', color: '#0000FF' }
109+
{ name: 'Kevin Yang', color: '#0000FF' },
110+
{ name: 'Aarav Shyamkumar', color: '#FF0000' }
110111
];
111112

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

0 commit comments

Comments
 (0)