From 537985e698dfe340b1b2262c9ffb0cfdff5733f3 Mon Sep 17 00:00:00 2001 From: Erison Silva Date: Mon, 21 Oct 2024 11:21:09 +0200 Subject: [PATCH 1/2] feat: Add pencil icon before suggestion changes text --- src/components/Datetime.tsx | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/components/Datetime.tsx b/src/components/Datetime.tsx index aedcdb1fc..dce79ffac 100644 --- a/src/components/Datetime.tsx +++ b/src/components/Datetime.tsx @@ -102,7 +102,17 @@ const EditPost = ({ editPost, postId }: EditPostProps) => { rel="noopener noreferrer" target="_blank" > - {editPostText} + + {editPostText} ) From 6091a8d340b0c5030c1c577e62e8925f5276a5cc Mon Sep 17 00:00:00 2001 From: satnaing Date: Tue, 29 Oct 2024 12:57:30 +0700 Subject: [PATCH 2/2] fix: update class to className and adjust icon scale --- src/components/Datetime.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Datetime.tsx b/src/components/Datetime.tsx index dce79ffac..15238cb64 100644 --- a/src/components/Datetime.tsx +++ b/src/components/Datetime.tsx @@ -97,14 +97,14 @@ const EditPost = ({ editPost, postId }: EditPostProps) => { <> - {editPostText} + {editPostText} )