diff --git a/src/Comment.tsx b/src/Comment.tsx index c19cc34..fd2ccd1 100644 --- a/src/Comment.tsx +++ b/src/Comment.tsx @@ -62,20 +62,20 @@ export const Comment = ({ comment, filters }: CommentProps) => { const Actions = ({ post }: { post: AppBskyFeedDefs.PostView }) => (
- - + +

{post.replyCount ?? 0}

- - + +

{post.repostCount ?? 0}

- - + +

{post.likeCount ?? 0}

diff --git a/src/PostSummary.tsx b/src/PostSummary.tsx index 511c80e..075b980 100644 --- a/src/PostSummary.tsx +++ b/src/PostSummary.tsx @@ -16,20 +16,20 @@ export const PostSummary = ({ postUrl, post }: PostSummaryProps) => {

- - + + {post.likeCount ?? 0} likes - - + + {post.repostCount ?? 0} reposts - - + + {post.replyCount ?? 0} replies