From 31e43f5eef625b7fc222f670ddecc089508fcae3 Mon Sep 17 00:00:00 2001 From: Mohamed amaan Date: Wed, 12 Feb 2025 00:29:51 +0530 Subject: [PATCH] avatar, username and time added in a single row --- .../Resource/ResourceCommentSection.tsx | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/components/Resource/ResourceCommentSection.tsx b/src/components/Resource/ResourceCommentSection.tsx index 9e502a6e7d1..ca8525ca551 100644 --- a/src/components/Resource/ResourceCommentSection.tsx +++ b/src/components/Resource/ResourceCommentSection.tsx @@ -149,23 +149,23 @@ export const Comment = ({ /> -
-

- +

+
+ {formatName(created_by)} -

-
+ +
+
-
);