Skip to content

Commit 5971ac5

Browse files
committed
Added my name to credtis
1 parent af5b980 commit 5971ac5

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
@@ -299,7 +299,8 @@ const CreditsPage: React.FC = () => {
299299
'100%': { backgroundPosition: '0% 200%' }
300300
}
301301
}
302-
}
302+
},
303+
{ name: 'Saul Manzanares', color: '#AF34FA'}
303304
];
304305

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

0 commit comments

Comments
 (0)