|
|
@ -6,6 +6,8 @@ import NewTagDesign from "../NewTagDesign"; |
|
|
|
import profilePic1 from "./images/profilePic1.svg"; |
|
|
|
import profilePic1 from "./images/profilePic1.svg"; |
|
|
|
import profilePic2 from "./images/profilePic2.svg"; |
|
|
|
import profilePic2 from "./images/profilePic2.svg"; |
|
|
|
import profilePic3 from "./images/profilePic3.svg"; |
|
|
|
import profilePic3 from "./images/profilePic3.svg"; |
|
|
|
|
|
|
|
import clock from "./images/clock.svg"; |
|
|
|
|
|
|
|
import nike from "./images/nike.svg"; |
|
|
|
|
|
|
|
|
|
|
|
const CardTrelloDesign = ({ circle, pictures }) => { |
|
|
|
const CardTrelloDesign = ({ circle, pictures }) => { |
|
|
|
return ( |
|
|
|
return ( |
|
|
@ -75,8 +77,29 @@ const CardTrelloDesign = ({ circle, pictures }) => { |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
{/* left */} |
|
|
|
{/* left */} |
|
|
|
<div className="flex flex-row items-center gap-x-1"> |
|
|
|
<div className="flex flex-row items-center gap-x-1"> |
|
|
|
<NewTagDesign /> |
|
|
|
<NewTagDesign |
|
|
|
<NewTagDesign /> |
|
|
|
title="29 فروردین" |
|
|
|
|
|
|
|
align={"flex-row-reverse"} |
|
|
|
|
|
|
|
titleColor="text-[#007987]" |
|
|
|
|
|
|
|
tagBgColor={"bg-[#06BACE33]"} |
|
|
|
|
|
|
|
border={"border-none"} |
|
|
|
|
|
|
|
iconWidth={"w-4"} |
|
|
|
|
|
|
|
marginRight="mr-0" |
|
|
|
|
|
|
|
marginLeft="ml-1" |
|
|
|
|
|
|
|
icon={clock} |
|
|
|
|
|
|
|
paddingY={"p-2"} |
|
|
|
|
|
|
|
paddingX={"p-2"} |
|
|
|
|
|
|
|
/> |
|
|
|
|
|
|
|
{/* <NewTagDesign |
|
|
|
|
|
|
|
title="29 فروردین" |
|
|
|
|
|
|
|
align={"flex-row-reverse"} |
|
|
|
|
|
|
|
titleColor="text-[#007987]" |
|
|
|
|
|
|
|
tagBgColor={"#06BACE"} |
|
|
|
|
|
|
|
border={"border-none"} |
|
|
|
|
|
|
|
iconWidth={"w-4"} |
|
|
|
|
|
|
|
// marginRight
|
|
|
|
|
|
|
|
icon={nike} |
|
|
|
|
|
|
|
/> */} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|