Skip to content

Commit d57a025

Browse files
authored
Merge pull request #4069 from Northeastern-Electric-Racing/#4042-SaraJohnson-credits
#4042: added my name to the credits page
2 parents db072c2 + 84f75ec commit d57a025

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
@@ -371,7 +371,8 @@ const CreditsPage: React.FC = () => {
371371
}
372372
},
373373
{ name: 'Josh Len', color: '#000000ff' },
374-
{ name: 'Grace Theobald', color: '#537c2c' }
374+
{ name: 'Grace Theobald', color: '#537c2c' },
375+
{ name: 'Sara Johnson', color: '#ffff99' }
375376
];
376377

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

0 commit comments

Comments
 (0)