Skip to content

Commit a973901

Browse files
authored
Merge branch 'develop' into #1360-HaregAderie-credits
2 parents 3cdbf16 + fb2774d commit a973901

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/frontend/src/pages/CreditsPage/CreditsPage.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,11 @@ const CreditsPage: React.FC = () => {
9999
{ name: 'Peter Moise', color: '#FF0000' },
100100
{ name: 'Srihari Raman', color: '#FF2400' },
101101
{ name: 'Kaiyang Zheng', color: '#FFFF00' },
102+
{ name: 'Waasif Mahmood', color: '#114a13' },
102103
{ name: 'Matthew Wang', color: '#c657f2' },
103104
{ name: 'Sharon Yang', color: '#ed8a5f' },
104-
{ name: 'Hareg Aderie', color: '#34b46c'}
105+
{ name: 'Hareg Aderie', color: '#34b46c'},
106+
{ name: 'Kevin Polackal', color: '#800080' }
105107
];
106108

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

0 commit comments

Comments
 (0)