Skip to content

Commit b2a82a4

Browse files
authored
Merge pull request #1338 from Northeastern-Electric-Racing/1337-KaiyangZheng-credits
#1337 Added my name to credits
2 parents 779829f + 46d50db commit b2a82a4

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
@@ -94,7 +94,8 @@ const CreditsPage: React.FC = () => {
9494
}
9595
},
9696
{ name: 'Ethan Mouri', color: '#00bbff' },
97-
{ name: 'Laith Taher', color: '#000080' }
97+
{ name: 'Laith Taher', color: '#000080' },
98+
{ name: 'Kaiyang Zheng', color: '#FFFF00' }
9899
];
99100

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

0 commit comments

Comments
 (0)