Skip to content

Commit ce6ef31

Browse files
committed
#3689: Added my name to credits (prettier check)
1 parent 97c0c8a commit ce6ef31

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,18 +298,18 @@ const CreditsPage: React.FC = () => {
298298
'0%': { backgroundPosition: '400% 200%' },
299299
'100%': { backgroundPosition: '0% 200%' }
300300
}
301-
}
301+
}
302302
},
303303
{
304-
name: 'Samuel Shrestha',
304+
name: 'Samuel Shrestha',
305305
color: '#be0000',
306306
sx: {
307307
textShadow: '0 0 6px rgba(190, 0, 0, 0.9), 0 0 14px rgba(190, 0, 0, 0.6)',
308308
animation: 'sam-glow 2.6s ease-in-out infinite',
309309
'@keyframes sam-glow': {
310310
'0%': { textShadow: '0 0 4px rgba(190, 0, 0, 0.7), 0 0 10px rgba(190, 0, 0, 0.4)' },
311311
'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)' }
312+
'100%': { textShadow: '0 0 4px rgba(190, 0, 0, 0.7), 0 0 10px rgba(190, 0, 0, 0.4)' }
313313
}
314314
}
315315
}

0 commit comments

Comments
 (0)