Skip to content

Commit 97c0c8a

Browse files
committed
#3689: Added my name to credits (fix)
1 parent fb1cf7a commit 97c0c8a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -298,9 +298,9 @@ const CreditsPage: React.FC = () => {
298298
'0%': { backgroundPosition: '400% 200%' },
299299
'100%': { backgroundPosition: '0% 200%' }
300300
}
301-
}
301+
}
302302
},
303-
{
303+
{
304304
name: 'Samuel Shrestha',
305305
color: '#be0000',
306306
sx: {
@@ -311,7 +311,7 @@ const CreditsPage: React.FC = () => {
311311
'50%': { textShadow: '0 0 10px rgba(190, 0, 0, 1), 0 0 22px rgba(190, 0, 0, 0.95)' },
312312
'100%': { textShadow: '0 0 4px rgba(190, 0, 0, 0.7), 0 0 10px rgba(190, 0, 0, 0.4)' }
313313
}
314-
}
314+
}
315315
}
316316
];
317317

0 commit comments

Comments
 (0)