We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fda33d commit 4625403Copy full SHA for 4625403
1 file changed
src/frontend/src/pages/CreditsPage/CreditsPage.tsx
@@ -144,6 +144,7 @@ const CreditsPage: React.FC = () => {
144
{ name: 'Qihong Wu', color: '#87CEEB' },
145
{ name: 'Megan Lai', color: '#52B2BF' },
146
{ name: 'Eric Sun', color: '#FCCAED' }
147
+ { name: 'Yash Jayaprakash', color: '#66b2b2' }
148
];
149
150
const snark = ['Add your name!', "Shouldn't you do it yourself?", 'Seriously', 'go', 'do', 'it'];
0 commit comments