Skip to content

Commit 8fc429c

Browse files
authored
Merge pull request #1916 from Northeastern-Electric-Racing/#1915-ChrisPyle-credits
#1915 Add my name to credits
2 parents bbeb5fb + b739703 commit 8fc429c

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
@@ -205,7 +205,8 @@ const CreditsPage: React.FC = () => {
205205
{ name: 'Rup Jaisinghani', color: '#065535' },
206206
{ name: 'Jack Dreifus', color: '#014421' },
207207
{ name: 'Vinay Pillai', color: '#42458e' },
208-
{ name: 'Will Anderson', color: '#ebb145' }
208+
{ name: 'Will Anderson', color: '#ebb145' },
209+
{ name: 'Chris Pyle', color: '#ADD8E6' }
209210
];
210211

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

0 commit comments

Comments
 (0)