Skip to content

Commit b6d5305

Browse files
Ramkumar SubbiahRamkumar Subbiah
authored andcommitted
#1668 added my name to the credits page
1 parent e0c4d0c commit b6d5305

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ const CreditsPage: React.FC = () => {
146146
{ name: 'Eric Sun', color: '#FCCAED' },
147147
{ name: 'Yash Jayaprakash', color: '#66b2b2' },
148148
{ name: 'Maggie Chua', color: '#E6E6FA' },
149-
{ name: 'Bradford Derby', color: '#577DD5' }
149+
{ name: 'Bradford Derby', color: '#577DD5' },
150+
{ name: 'Vidyuth Ramkumar', color: '#800000' }
150151
];
151152

152153
const snark = ['Add your name!', "Shouldn't you do it yourself?", 'Seriously', 'go', 'do', 'it'];
@@ -161,6 +162,7 @@ const CreditsPage: React.FC = () => {
161162
return (
162163
<PageLayout title="Credits">
163164
<PageBlock>
165+
t
164166
<Grid container spacing={2}>
165167
{names.map((item) => (
166168
<Grid item>

0 commit comments

Comments
 (0)