We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcb05cc commit 6547cf4Copy full SHA for 6547cf4
1 file changed
src/frontend/src/pages/CreditsPage/CreditsPage.tsx
@@ -123,6 +123,7 @@ const CreditsPage: React.FC = () => {
123
}
124
},
125
{ name: 'Kevin Polackal', color: '#800080' },
126
+ { name: 'Sindhu Balamurugan', color: '#c170fa' },
127
{ name: 'Lily Shiomitsu', color: '#008080' },
128
{ name: 'Kevin Yang', color: '#0000FF' }
129
];
0 commit comments