Skip to content

Commit ba2254a

Browse files
authored
Merge pull request #3714 from Northeastern-Electric-Racing/3688-john-cassidy---credits
#3688: Add my name to credits
2 parents 32f0202 + f3caadc commit ba2254a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,13 @@ const CreditsPage: React.FC = () => {
301301
}
302302
}
303303
},
304+
{
305+
name: 'John Cassidy',
306+
color: '#8378ffff',
307+
sx: {
308+
textShadow: '0px 0px 10px rgba(195, 165, 193, 1)'
309+
}
310+
},
304311
{ name: 'Gahan Patel', color: '#0000FF' },
305312
{ name: 'Mimo Olowu', color: 'white', sx: { px: 1, backgroundColor: '#ac59eb', borderRadius: 2 } },
306313
{ name: 'Saul Manzanares', color: '#AF34FA' },

0 commit comments

Comments
 (0)