Skip to content

Commit 18bc554

Browse files
authored
Merge pull request #4044 from Northeastern-Electric-Racing/4036-gracetheobald-credits
#4036 added my name to credits page
2 parents 34c4bfb + 13e544b commit 18bc554

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
@@ -369,7 +369,8 @@ const CreditsPage: React.FC = () => {
369369
}
370370
}
371371
},
372-
{ name: 'Josh Len', color: '#000000ff' }
372+
{ name: 'Josh Len', color: '#000000ff' },
373+
{ name: 'Grace Theobald', color: '#537c2c' }
373374
];
374375

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

0 commit comments

Comments
 (0)