From ec1060978c894e1fae753b305638edefb4161d18 Mon Sep 17 00:00:00 2001 From: Erison Silva Date: Tue, 29 Oct 2024 07:00:13 +0100 Subject: [PATCH] feat: add pencil icon before suggestion changes text (#405) * feat: Add pencil icon before suggestion changes text * fix: update class to className and adjust icon scale --------- Co-authored-by: satnaing --- src/components/Datetime.tsx | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/components/Datetime.tsx b/src/components/Datetime.tsx index aedcdb1fc..15238cb64 100644 --- a/src/components/Datetime.tsx +++ b/src/components/Datetime.tsx @@ -97,12 +97,22 @@ const EditPost = ({ editPost, postId }: EditPostProps) => { <> - {editPostText} + + {editPostText} )