From 82c617806da1d7f5300f2d93c9d893b390df3f5e Mon Sep 17 00:00:00 2001 From: Paul Mineev Date: Sat, 25 Nov 2023 03:14:18 -0500 Subject: [PATCH] chore: remove theme from comment content --- .../remark42/app/components/comment-form/comment-form.tsx | 4 +--- frontend/apps/remark42/app/components/comment/comment.tsx | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/frontend/apps/remark42/app/components/comment-form/comment-form.tsx b/frontend/apps/remark42/app/components/comment-form/comment-form.tsx index b30efd87..f0ec23b6 100644 --- a/frontend/apps/remark42/app/components/comment-form/comment-form.tsx +++ b/frontend/apps/remark42/app/components/comment-form/comment-form.tsx @@ -515,9 +515,7 @@ export class CommentForm extends Component { !!preview && (
diff --git a/frontend/apps/remark42/app/components/comment/comment.tsx b/frontend/apps/remark42/app/components/comment/comment.tsx index 3bd279dc..ac2081ec 100644 --- a/frontend/apps/remark42/app/components/comment/comment.tsx +++ b/frontend/apps/remark42/app/components/comment/comment.tsx @@ -354,7 +354,7 @@ export class Comment extends Component { )}
{' '}
@@ -473,7 +473,7 @@ export class Comment extends Component {
{(!props.collapsed || props.view === 'pinned') && (