prettier tailwind

This commit is contained in:
Timothy Lin
2022-01-31 23:58:10 +08:00
parent 7bf39de73c
commit 2eaac5ae31
26 changed files with 92 additions and 82 deletions

View File

@ -44,7 +44,7 @@ const Utterances = ({ issueTerm }) => {
return (
<div className="pt-6 pb-6 text-center text-gray-700 dark:text-gray-300">
{enableLoadComments && <button onClick={LoadComments}>Load Comments</button>}
<div className="relative utterances-frame" id={COMMENTS_ID} />
<div className="utterances-frame relative" id={COMMENTS_ID} />
</div>
)
}