Skip to content

Commit e37b4d7

Browse files
authored
Merge pull request #1720 from Northeastern-Electric-Racing/#1719-LaurenPhan-credits
#1719 Added my name to credits
2 parents 19f9910 + 156e098 commit e37b4d7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,9 @@ const CreditsPage: React.FC = () => {
147147
{ name: 'Yash Jayaprakash', color: '#66b2b2' },
148148
{ name: 'Maggie Chua', color: '#E6E6FA' },
149149
{ name: 'Bradford Derby', color: '#577DD5' },
150-
{ name: 'Vidyuth Ramkumar', color: '#800000' },
151-
{ name: 'Makarios Mansour', color: '#DC143C' }
150+
{ name: 'Makarios Mansour', color: '#DC143C' },
151+
{ name: 'Lauren Phan', color: '#F3A7C0' },
152+
{ name: 'Vidyuth Ramkumar', color: '#800000' }
152153
];
153154

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

0 commit comments

Comments
 (0)