Skip to content

Commit 55c14ae

Browse files
committed
#1370 Added my name to credits
1 parent ee987b4 commit 55c14ae

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
@@ -20,7 +20,6 @@ const CreditsPage: React.FC = () => {
2020
color: string;
2121
sx?: {};
2222
}[] = [
23-
{ name: 'Kevin Yang', color: '#0000FF' },
2423
{ name: 'Anthony Bernardi', color: '#566bd4' },
2524
{ name: 'Reid Chandler', color: '#e53774' },
2625
{
@@ -104,6 +103,7 @@ const CreditsPage: React.FC = () => {
104103
{ name: 'Matthew Wang', color: '#c657f2' },
105104
{ name: 'Sharon Yang', color: '#ed8a5f' },
106105
{ name: 'Kevin Polackal', color: '#800080' }
106+
{ name: 'Kevin Yang', color: '#0000FF' },
107107
];
108108

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

0 commit comments

Comments
 (0)