Skip to content

Commit fb2774d

Browse files
authored
Merge pull request #1365 from Northeastern-Electric-Racing/#1363-KevinPolackal-credits
#1363: added my name to credits page
2 parents 06216bd + 2ee80ef commit fb2774d

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
@@ -101,7 +101,8 @@ const CreditsPage: React.FC = () => {
101101
{ name: 'Kaiyang Zheng', color: '#FFFF00' },
102102
{ name: 'Waasif Mahmood', color: '#114a13' },
103103
{ name: 'Matthew Wang', color: '#c657f2' },
104-
{ name: 'Sharon Yang', color: '#ed8a5f' }
104+
{ name: 'Sharon Yang', color: '#ed8a5f' },
105+
{ name: 'Kevin Polackal', color: '#800080' }
105106
];
106107

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

0 commit comments

Comments
 (0)