Skip to content

Commit f4b4fe3

Browse files
committed
#3688: prettier formating
1 parent 08e9bc1 commit f4b4fe3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -300,13 +300,13 @@ const CreditsPage: React.FC = () => {
300300
}
301301
}
302302
},
303-
{
304-
name: 'John Cassidy',
303+
{
304+
name: 'John Cassidy',
305305
color: '#8378ffff',
306306
sx: {
307-
textShadow: '0px 0px 10px rgba(195, 165, 193, 1)',
307+
textShadow: '0px 0px 10px rgba(195, 165, 193, 1)'
308308
}
309-
},
309+
}
310310
];
311311

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

0 commit comments

Comments
 (0)