diff --git a/components/post/CommentsSection.tsx b/components/post/CommentsSection.tsx index 9fab2d2..1e6599a 100644 --- a/components/post/CommentsSection.tsx +++ b/components/post/CommentsSection.tsx @@ -40,10 +40,15 @@ function CommentAnchorLink({ commentId }: { commentId: string }) { return ( ); }