We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb2774d commit ee987b4Copy full SHA for ee987b4
1 file changed
src/frontend/src/pages/CreditsPage/CreditsPage.tsx
@@ -20,6 +20,7 @@ const CreditsPage: React.FC = () => {
20
color: string;
21
sx?: {};
22
}[] = [
23
+ { name: 'Kevin Yang', color: '#0000FF' },
24
{ name: 'Anthony Bernardi', color: '#566bd4' },
25
{ name: 'Reid Chandler', color: '#e53774' },
26
{
0 commit comments