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

@ -36,7 +36,7 @@ const Disqus = ({ frontMatter }: Props) => {
}
return (
<div className="pt-6 pb-6 text-center text-gray-700 dark:text-gray-300">
<div className="pb-6 pt-6 text-center text-gray-700 dark:text-gray-300">
{enableLoadComments && <button onClick={LoadComments}>Load Comments</button>}
<div className="disqus-frame" id={COMMENTS_ID} />
</div>