Skip to content

Commit cb6b79a

Browse files
authored
Merge pull request #3717 from Northeastern-Electric-Racing/#3682-JoshLen-credits
#3682-JoshLen-credits
2 parents 2e2da44 + 0c30a68 commit cb6b79a

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
@@ -336,7 +336,8 @@ const CreditsPage: React.FC = () => {
336336
},
337337
filter: 'drop-shadow(0 0 4px rgba(190, 80, 255, 0.6))'
338338
}
339-
}
339+
},
340+
{ name: 'Josh Len', color: '#000000ff' }
340341
];
341342

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

0 commit comments

Comments
 (0)