Skip to content

Commit cdf8ca3

Browse files
authored
Merge pull request #1636 from Northeastern-Electric-Racing/#1631-BradfordDerby-credits
#1631 bradford derby credits
2 parents d7911fc + bd4093a commit cdf8ca3

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
@@ -145,7 +145,8 @@ const CreditsPage: React.FC = () => {
145145
{ name: 'Megan Lai', color: '#52B2BF' },
146146
{ name: 'Eric Sun', color: '#FCCAED' },
147147
{ name: 'Yash Jayaprakash', color: '#66b2b2' },
148-
{ name: 'Maggie Chua', color: '#E6E6FA' }
148+
{ name: 'Maggie Chua', color: '#E6E6FA' },
149+
{ name: 'Bradford Derby', color: '#577DD5' }
149150
];
150151

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

0 commit comments

Comments
 (0)