Skip to content

Commit f4d2ffd

Browse files
authored
Merge pull request #4099 from Northeastern-Electric-Racing/#4094-AbhishekVijay-credits
#4094: Added my name to the credits page
2 parents 22e97fb + 79da4c7 commit f4d2ffd

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
@@ -378,7 +378,8 @@ const CreditsPage: React.FC = () => {
378378
{ name: 'Grace Theobald', color: '#537c2c' },
379379
{ name: 'Jasper Pinkus', color: '#276221' },
380380
{ name: 'Hamilton LaPides', color: '#55a50a' },
381-
{ name: 'Sara Johnson', color: '#ffff99' }
381+
{ name: 'Sara Johnson', color: '#ffff99' },
382+
{ name: 'Abhishek Vijay', color: '#4287f5' }
382383
];
383384

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

0 commit comments

Comments
 (0)