Skip to content

Commit bbeb5fb

Browse files
authored
Merge pull request #1913 from Northeastern-Electric-Racing/#1909-SamsonAJayi-credits
#1909: added my name to credits
2 parents c148872 + 3b055dd commit bbeb5fb

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,16 @@ const CreditsPage: React.FC = () => {
124124
{ name: 'Aarav Shyamkumar', color: '#FF0000' },
125125
{ name: 'Raghav Mathur', color: '#009933' },
126126
{ name: 'Anika Sharma', color: '#ff0000' },
127+
{
128+
name: 'Samson Ajayi',
129+
color: '6a0dad',
130+
sx: {
131+
background: 'linear-gradient(90deg, rgba(245,0,0,1) 0%, rgba(255,0,243,1) 50%, rgba(164,0,255,1) 100%);',
132+
px: 1.5,
133+
borderRadius: 2.5,
134+
textShadow: '0 0 2px rgba(0,0,0), 0 0 20px rgba(220,220,220,1)'
135+
}
136+
},
127137
{ name: 'Christian Bacalhau', color: '#6a0dad' },
128138
{ name: 'Gurshan Sidhu', color: '#487c90' },
129139
{ name: 'William (Jack) Turner', color: '#ff5733' },

0 commit comments

Comments
 (0)