mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-31 07:26:43 +00:00
blog.config.js
This commit is contained in:
@@ -29,16 +29,9 @@ const Utterances = ({ issueTerm, layout }) => {
|
||||
anchor.innerHTML = ''
|
||||
}
|
||||
})
|
||||
return (
|
||||
<>
|
||||
<div
|
||||
id="comments"
|
||||
className={layout && layout === 'fullWidth' ? '' : 'md:-ml-16'}
|
||||
>
|
||||
<div className="utterances-frame"/>
|
||||
</div>
|
||||
</>
|
||||
)
|
||||
return <div id="comments" >
|
||||
<div className="utterances-frame h-auto w-auto"/>
|
||||
</div>
|
||||
}
|
||||
|
||||
export default Utterances
|
||||
|
||||
Reference in New Issue
Block a user