fix: rename giscus-frame class to giscus

This commit is contained in:
sage 2021-07-29 07:55:42 +07:00
parent be4fb72bc7
commit 69e6368e14
No known key found for this signature in database
GPG Key ID: 671C49FC9D6584E3

View File

@ -42,7 +42,7 @@ const Giscus = ({ mapping }) => {
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="giscus-frame" id={COMMENTS_ID} />
<div className="giscus" id={COMMENTS_ID} />
</div>
)
}