Skip to content

Commit 6d5b61c

Browse files
committed
#1631 Added my name to credits
1 parent ea0cace commit 6d5b61c

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
@@ -144,7 +144,8 @@ const CreditsPage: React.FC = () => {
144144
{ name: 'Qihong Wu', color: '#87CEEB' },
145145
{ name: 'Megan Lai', color: '#52B2BF' },
146146
{ name: 'Eric Sun', color: '#FCCAED' },
147-
{ name: 'Yash Jayaprakash', color: '#66b2b2' }
147+
{ name: 'Yash Jayaprakash', color: '#66b2b2' },
148+
{ name: 'Bradford Derby', color: '#577DD5' }
148149
];
149150

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

0 commit comments

Comments
 (0)