Skip to content

Commit 21ab902

Browse files
committed
Add name
1 parent 3071211 commit 21ab902

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
@@ -313,7 +313,8 @@ const CreditsPage: React.FC = () => {
313313
'100%': { textShadow: '0 0 4px rgba(190, 0, 0, 0.7), 0 0 10px rgba(190, 0, 0, 0.4)' }
314314
}
315315
}
316-
}
316+
},
317+
{ name: 'Santiago Ordonez Merizalde', color: '#8a2affff' },
317318
];
318319

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

0 commit comments

Comments
 (0)