Skip to content

Commit 3d4f981

Browse files
authored
Update CreditsPage.tsx
1 parent b03f8c6 commit 3d4f981

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ const CreditsPage: React.FC = () => {
300300
}
301301
}
302302
},
303-
{ name: 'Saul Manzanares', color: '#AF34FA' }
303+
{ name: 'Saul Manzanares', color: '#AF34FA' },
304304
{ name: 'Richard Feng', color: '#FFFF', sx: { textShadow: '0 0 2px rgba(0,26,255), 0 0 5px rgba(255,255,255)' } },
305305
{
306306
name: 'Samuel Shrestha',

0 commit comments

Comments
 (0)