From be68adc52b956aa4b4dd9914c5f8a3fd26de091e Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 12 Apr 2022 11:19:23 +0430 Subject: [PATCH] update src/components/CardTrelloDesign/index.js --- src/components/CardTrelloDesign/index.js | 46 +++++++++++------------- 1 file changed, 21 insertions(+), 25 deletions(-) diff --git a/src/components/CardTrelloDesign/index.js b/src/components/CardTrelloDesign/index.js index 1c20853..291ad8d 100644 --- a/src/components/CardTrelloDesign/index.js +++ b/src/components/CardTrelloDesign/index.js @@ -9,7 +9,7 @@ import messageText from "./images/message-text.svg"; import ProfilePicNextToEachOther from "../ProfilePicNextToEachOther"; import AnimatedProgressBar from "../AnimatedProgressBar"; -const CardTrelloDesign = ({ circle,commnets,tags, }) => { +const CardTrelloDesign = ({ circle,commnets,buttons,tags, }) => { return (
{/* top */} @@ -27,9 +27,8 @@ const CardTrelloDesign = ({ circle,commnets,tags, }) => { )} {/* left */}
- - {tags.map(tag=> { fontSize={"text-xs"} borderRadius={"rounded-sm"} icon={false} - text={tag.name} + text={btn.name} />)} - -
{/* middle */} @@ -66,20 +63,7 @@ const CardTrelloDesign = ({ circle,commnets,tags, }) => { comment-icon )} - +