Skip to content

Commit 08e9bc1

Browse files
committed
Add my name to credits
1 parent af5b980 commit 08e9bc1

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,14 @@ const CreditsPage: React.FC = () => {
299299
'100%': { backgroundPosition: '0% 200%' }
300300
}
301301
}
302-
}
302+
},
303+
{
304+
name: 'John Cassidy',
305+
color: '#8378ffff',
306+
sx: {
307+
textShadow: '0px 0px 10px rgba(195, 165, 193, 1)',
308+
}
309+
},
303310
];
304311

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

0 commit comments

Comments
 (0)