Skip to content

Commit 2ee80ef

Browse files
#1363: added my name to credits page
1 parent 9c777cc commit 2ee80ef

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
@@ -100,7 +100,8 @@ const CreditsPage: React.FC = () => {
100100
{ name: 'Srihari Raman', color: '#FF2400' },
101101
{ name: 'Kaiyang Zheng', color: '#FFFF00' },
102102
{ name: 'Matthew Wang', color: '#c657f2' },
103-
{ name: 'Sharon Yang', color: '#ed8a5f' }
103+
{ name: 'Sharon Yang', color: '#ed8a5f' },
104+
{ name: 'Kevin Polackal', color: '#800080' }
104105
];
105106

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

0 commit comments

Comments
 (0)