From affea1b3ed867e2da3a9f5d1c7323c41fc346323 Mon Sep 17 00:00:00 2001 From: plebeius Date: Fri, 6 Mar 2026 21:46:14 +0800 Subject: [PATCH] fix(comment-content): use info text style for purge message instead of red caps --- src/components/comment-content/comment-content.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/comment-content/comment-content.tsx b/src/components/comment-content/comment-content.tsx index b44ea9e4..3efc10b5 100644 --- a/src/components/comment-content/comment-content.tsx +++ b/src/components/comment-content/comment-content.tsx @@ -133,7 +133,7 @@ const CommentContent = ({ comment: post }: { comment: Comment }) => { ? filteredQuotedCids.map((cid: string) => ) : shouldShowReplyingToReply && )} {purged ? ( - {capitalize(t('this_post_was_purged'))} + {capitalize(t('this_post_was_purged'))} ) : removed ? ( reason ? ( <>