Skip to content

Commit 48efad2

Browse files
authored
Merge pull request #3713 from Northeastern-Electric-Racing/#3709-AnthonyBasko-credits
#3709: Added my name and color/fx to the credits page
2 parents feb9f84 + 06ed70e commit 48efad2

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
@@ -325,6 +325,13 @@ const CreditsPage: React.FC = () => {
325325
}
326326
}
327327
},
328+
{
329+
name: 'Anthony Basko',
330+
color: '#c0aed0ff',
331+
sx: {
332+
textShadow: '0px 0px 3px rgba(152, 119, 233, 1), 0px .5px rgba(53, 37, 66, 1)'
333+
}
334+
},
328335
{
329336
name: 'Santiago Ordonez Merizalde',
330337
color: 'transparent',

0 commit comments

Comments
 (0)