Skip to content

Commit 2176a85

Browse files
#3685: Added my name to credits
1 parent af5b980 commit 2176a85

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ const CreditsPage: React.FC = () => {
204204
{ name: 'Jay Jung', color: '##344739' },
205205
{ name: 'Elton Yu', color: '#f202a2' },
206206
{ name: 'Will Anderson', color: '#ebb145' },
207-
{ name: 'Alex Park', color: '#CCCCFF' },
207+
{ name: 'Alex Park', color: '#CCCCFF', sx: { textShadow: '0 0 2px rgba(0,0,0), 0 0 20px rgba(220,220,220,1)' } },
208208
{
209209
name: 'Yipeng (Andrew) Wang',
210210
color: 'transparent',
@@ -299,7 +299,8 @@ const CreditsPage: React.FC = () => {
299299
'100%': { backgroundPosition: '0% 200%' }
300300
}
301301
}
302-
}
302+
},
303+
{ name: 'Richard Feng', color: '#FFFF', sx: { textShadow: '0 0 2px rgba(0,26,255), 0 0 5px rgba(255,255,255)' } }
303304
];
304305

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

0 commit comments

Comments
 (0)