Skip to content

Commit 3648f04

Browse files
committed
update
1 parent 9d395a6 commit 3648f04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ const CreditsPage: React.FC = () => {
300300
}
301301
}
302302
},
303-
{name: 'Gahan Patel', color: '#000000'}
303+
{ name: 'Gahan Patel', color: '#0000FF' }
304304
];
305305

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

0 commit comments

Comments
 (0)