Skip to content

Commit 775478f

Browse files
committed
#4037 Added my name to credits
1 parent 0fb0b4c commit 775478f

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: 'Jasper Pinkus', color: '#276221' }
373374
];
374375

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

0 commit comments

Comments
 (0)