Skip to content

Commit

Permalink
#3021 Added my name to the credits page
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurennc33 committed Nov 20, 2024
1 parent be77c2b commit a1e49a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/frontend/src/pages/CreditsPage/CreditsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,8 @@ const CreditsPage: React.FC = () => {
{ name: 'Thanin Kongkiatsophon', color: '#15B392' },
{ name: 'Aryan Gupta', color: '#5a4094' },
{ name: 'Lisa Wan', color: '#CCCCFF' },
{ name: 'Aidan Wong', color: '#4284f5' }
{ name: 'Aidan Wong', color: '#4284f5' },
{ name: 'Lauren Cummings', color: '#0000FF' }
];

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

0 comments on commit a1e49a1

Please sign in to comment.