Skip to content

Commit 0aeb276

Browse files
committed
#1388 Added my name to credits
1 parent b3b17a3 commit 0aeb276

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
@@ -104,7 +104,8 @@ const CreditsPage: React.FC = () => {
104104
{ name: 'Matthew Wang', color: '#c657f2' },
105105
{ name: 'Sharon Yang', color: '#ed8a5f' },
106106
{ name: 'Hareg Aderie', color: '#34b46c' },
107-
{ name: 'Kevin Polackal', color: '#800080' }
107+
{ name: 'Kevin Polackal', color: '#800080' },
108+
{ name: 'Arinjay Singh', color: '#7bb5dc' }
108109
];
109110

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

0 commit comments

Comments
 (0)