Skip to content

Commit 24c4a62

Browse files
authored
Merge pull request #1602 from Northeastern-Electric-Racing/#1589-Yash-Jayaprakash-Credit
#1589-Added name to credits
2 parents 9fda33d + 62a472d commit 24c4a62

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ 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' },
147+
{ name: 'Yash Jayaprakash', color: '#66b2b2' }
147148
];
148149

149150
const snark = ['Add your name!', "Shouldn't you do it yourself?", 'Seriously', 'go', 'do', 'it'];

0 commit comments

Comments
 (0)