diff --git a/src/components/common/Comment.tsx b/src/components/common/Comment.tsx index d02dffd1..99dd4a71 100644 --- a/src/components/common/Comment.tsx +++ b/src/components/common/Comment.tsx @@ -78,14 +78,14 @@ export const Comment: React.FC<{ }, [commentPage.isSuccess, form]) return ( -
-
+
+
{comments.data?.length || "0"} Comment {comments.data?.length && comments.data.length > 1 ? "s" : ""}
-
+
-
+
{comments.data?.map((comment) => (
) diff --git a/src/components/site/PostFooter.tsx b/src/components/site/PostFooter.tsx index 08607764..b93a8bf9 100644 --- a/src/components/site/PostFooter.tsx +++ b/src/components/site/PostFooter.tsx @@ -158,11 +158,8 @@ export const PostFooter: React.FC<{ return ( <> -
-
+
+
-
+