Skip to content

Commit a284644

Browse files
committed
#1372: Added my name to credits
1 parent fb2774d commit a284644

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
@@ -102,7 +102,8 @@ const CreditsPage: React.FC = () => {
102102
{ name: 'Waasif Mahmood', color: '#114a13' },
103103
{ name: 'Matthew Wang', color: '#c657f2' },
104104
{ name: 'Sharon Yang', color: '#ed8a5f' },
105-
{ name: 'Kevin Polackal', color: '#800080' }
105+
{ name: 'Kevin Polackal', color: '#800080' },
106+
{ name: 'Sathvik Charugundla', color: '#ff0000' }
106107
];
107108

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

0 commit comments

Comments
 (0)