We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a82a4 commit a3f3852Copy full SHA for a3f3852
1 file changed
src/frontend/src/pages/CreditsPage/CreditsPage.tsx
@@ -95,6 +95,7 @@ const CreditsPage: React.FC = () => {
95
},
96
{ name: 'Ethan Mouri', color: '#00bbff' },
97
{ name: 'Laith Taher', color: '#000080' },
98
+ { name: 'Griffin Cooper', color: '#02d69a' },
99
{ name: 'Kaiyang Zheng', color: '#FFFF00' }
100
];
101
0 commit comments