From f15621c8f1d4355272b25b74fe2b57c64b472861 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Fri, 15 Sep 2023 13:12:55 -0500 Subject: [PATCH] fix: count background color --- src/components/PostActionButtons.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/PostActionButtons.tsx b/src/components/PostActionButtons.tsx index 2dfa179..59a626c 100644 --- a/src/components/PostActionButtons.tsx +++ b/src/components/PostActionButtons.tsx @@ -36,7 +36,7 @@ export default function PostActionButton({ href={{ pathname: `/posts/${postId}`, query: { reply: true } }} > -
+
{replyCount}
@@ -50,7 +50,7 @@ export default function PostActionButton({ }`} > {' '} -
+
{likeCount}