We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c0c8a commit ce6ef31Copy full SHA for ce6ef31
1 file changed
src/frontend/src/pages/CreditsPage/CreditsPage.tsx
@@ -298,18 +298,18 @@ const CreditsPage: React.FC = () => {
298
'0%': { backgroundPosition: '400% 200%' },
299
'100%': { backgroundPosition: '0% 200%' }
300
}
301
- }
+ }
302
},
303
{
304
- name: 'Samuel Shrestha',
+ name: 'Samuel Shrestha',
305
color: '#be0000',
306
sx: {
307
textShadow: '0 0 6px rgba(190, 0, 0, 0.9), 0 0 14px rgba(190, 0, 0, 0.6)',
308
animation: 'sam-glow 2.6s ease-in-out infinite',
309
'@keyframes sam-glow': {
310
'0%': { textShadow: '0 0 4px rgba(190, 0, 0, 0.7), 0 0 10px rgba(190, 0, 0, 0.4)' },
311
'50%': { textShadow: '0 0 10px rgba(190, 0, 0, 1), 0 0 22px rgba(190, 0, 0, 0.95)' },
312
- '100%': { textShadow: '0 0 4px rgba(190, 0, 0, 0.7), 0 0 10px rgba(190, 0, 0, 0.4)' }
+ '100%': { textShadow: '0 0 4px rgba(190, 0, 0, 0.7), 0 0 10px rgba(190, 0, 0, 0.4)' }
313
314
315
0 commit comments