Skip to content

Commit 1fd83f4

Browse files
committed
#4042: added my name to the credits page
1 parent 776faf4 commit 1fd83f4

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
@@ -369,7 +369,8 @@ const CreditsPage: React.FC = () => {
369369
}
370370
}
371371
},
372-
{ name: 'Josh Len', color: '#000000ff' }
372+
{ name: 'Josh Len', color: '#000000ff' },
373+
{ name: 'Sara Johnson', color: '#ffff99' }
373374
];
374375

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

0 commit comments

Comments
 (0)