mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(comment-content): use info text style for purge message instead of red caps
This commit is contained in:
@@ -133,7 +133,7 @@ const CommentContent = ({ comment: post }: { comment: Comment }) => {
|
|||||||
? filteredQuotedCids.map((cid: string) => <QuotedCidLink key={cid} cid={cid} postCid={postCid} />)
|
? filteredQuotedCids.map((cid: string) => <QuotedCidLink key={cid} cid={cid} postCid={postCid} />)
|
||||||
: shouldShowReplyingToReply && <ReplyQuotePreview isQuotelinkReply={true} quotelinkReply={quotelinkReply} quotelinkNumber={parentNumber} />)}
|
: shouldShowReplyingToReply && <ReplyQuotePreview isQuotelinkReply={true} quotelinkReply={quotelinkReply} quotelinkNumber={parentNumber} />)}
|
||||||
{purged ? (
|
{purged ? (
|
||||||
<span className={styles.redEditMessage}>{capitalize(t('this_post_was_purged'))}</span>
|
<span className={styles.grayEditMessage}>{capitalize(t('this_post_was_purged'))}</span>
|
||||||
) : removed ? (
|
) : removed ? (
|
||||||
reason ? (
|
reason ? (
|
||||||
<>
|
<>
|
||||||
|
|||||||
Reference in New Issue
Block a user