Skip to content

Commit 62a472d

Browse files
authored
Updated CreditsPage.tsx to add my name
1 parent 4625403 commit 62a472d

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
@@ -143,7 +143,7 @@ const CreditsPage: React.FC = () => {
143143
{ name: 'Neel Raut', color: '#023665' },
144144
{ name: 'Qihong Wu', color: '#87CEEB' },
145145
{ name: 'Megan Lai', color: '#52B2BF' },
146-
{ name: 'Eric Sun', color: '#FCCAED' }
146+
{ name: 'Eric Sun', color: '#FCCAED' },
147147
{ name: 'Yash Jayaprakash', color: '#66b2b2' }
148148
];
149149

0 commit comments

Comments
 (0)