From 9b0128a6abbc3af68105f557533c73dd6a615ccc Mon Sep 17 00:00:00 2001 From: chakribontha Date: Thu, 10 Oct 2024 01:07:50 +0530 Subject: [PATCH] removed text-justify from comment component --- src/Components/Resource/CommentSection.tsx | 2 +- src/Components/Shifting/CommentsSection.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Components/Resource/CommentSection.tsx b/src/Components/Resource/CommentSection.tsx index 3bfc46e7526..1684d59f22a 100644 --- a/src/Components/Resource/CommentSection.tsx +++ b/src/Components/Resource/CommentSection.tsx @@ -86,7 +86,7 @@ export const Comment = ({ }: IComment) => (
-

{comment}

+

{comment}

diff --git a/src/Components/Shifting/CommentsSection.tsx b/src/Components/Shifting/CommentsSection.tsx index 7bb03cb915e..f1ff6973851 100644 --- a/src/Components/Shifting/CommentsSection.tsx +++ b/src/Components/Shifting/CommentsSection.tsx @@ -95,7 +95,7 @@ export const Comment = ({ className="mt-4 flex w-full flex-col rounded-lg border border-secondary-300 bg-white p-4 text-secondary-800" >
-

{comment}

+

{comment}