Skip to content

Commit 2d74b42

Browse files
committed
#1375: Added my name to credits
1 parent 61df974 commit 2d74b42

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
@@ -94,7 +94,8 @@ const CreditsPage: React.FC = () => {
9494
}
9595
},
9696
{ name: 'Ethan Mouri', color: '#00bbff' },
97-
{ name: 'Laith Taher', color: '#000080' }
97+
{ name: 'Laith Taher', color: '#000080' },
98+
{ name: 'Teera Tesharojanasup', color: '#DC143C', sx: { px: 1, backgroundColor: '#E8D8CC', borderRadius: 10 } }
9899
];
99100

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

0 commit comments

Comments
 (0)