fix: prettier violations

This commit is contained in:
Cory Dransfeldt 2023-06-17 11:50:15 -07:00
parent 67c2f4dde5
commit f19101d717
No known key found for this signature in database
10 changed files with 11 additions and 11 deletions

View file

@ -22,7 +22,7 @@ const ScrollTopAndComment = () => {
}
return (
<div
className={`fixed right-8 bottom-8 hidden flex-col gap-3 ${show ? 'md:flex' : 'md:hidden'}`}
className={`fixed bottom-8 right-8 hidden flex-col gap-3 ${show ? 'md:flex' : 'md:hidden'}`}
>
{siteMetadata.comment.provider && (
<button