Skip to content

Commit 5940cff

Browse files
committed
1 parent 28f5246 commit 5940cff

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
@@ -208,7 +208,8 @@ const CreditsPage: React.FC = () => {
208208
{ name: 'Visisht Kamalapuram', color: '#3083AA' },
209209
{ name: 'Jay Jung', color: '##344739' },
210210
{ name: 'Will Anderson', color: '#ebb145' },
211-
{ name: 'Chris Pyle', color: '#ADD8E6' }
211+
{ name: 'Chris Pyle', color: '#ADD8E6' },
212+
{ name: 'Alex Park', color: '#CCCCFF' }
212213
];
213214

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

0 commit comments

Comments
 (0)