diff options
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/article/[slug].tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/article/[slug].tsx b/src/pages/article/[slug].tsx index 477503e..e519c27 100644 --- a/src/pages/article/[slug].tsx +++ b/src/pages/article/[slug].tsx @@ -71,7 +71,7 @@ const SingleArticle: NextPageWithLayout<ArticleProps> = ({ post }) => { <Sidebar position="right"> <Sharing title={title} excerpt={intro} /> </Sidebar> - <section className={styles.comments}> + <section id="comments" className={styles.comments}> <CommentsList articleId={databaseId} comments={comments} /> <CommentForm articleId={post.databaseId} /> </section> |
