|
|
@ -9,6 +9,7 @@ import profilePic3 from "./images/profilePic3.svg"; |
|
|
|
import clock from "./images/clock.svg"; |
|
|
|
import clock from "./images/clock.svg"; |
|
|
|
import nike from "./images/nike.svg"; |
|
|
|
import nike from "./images/nike.svg"; |
|
|
|
import messageText from "./images/message-text.svg"; |
|
|
|
import messageText from "./images/message-text.svg"; |
|
|
|
|
|
|
|
import ProfilePicNextToEachOther from "../ProfilePicNextToEachOther"; |
|
|
|
|
|
|
|
|
|
|
|
const CardTrelloDesign = ({ circle, pictures }) => { |
|
|
|
const CardTrelloDesign = ({ circle, pictures }) => { |
|
|
|
return ( |
|
|
|
return ( |
|
|
@ -75,9 +76,10 @@ const CardTrelloDesign = ({ circle, pictures }) => { |
|
|
|
<div className="flex flex-row justify-between items-center mt-3"> |
|
|
|
<div className="flex flex-row justify-between items-center mt-3"> |
|
|
|
{/* right */} |
|
|
|
{/* right */} |
|
|
|
<div className="flex flex-row items-center gap-x-1"> |
|
|
|
<div className="flex flex-row items-center gap-x-1"> |
|
|
|
{pictures.map((pic, index) => ( |
|
|
|
{/* {pictures.map((pic, index) => ( |
|
|
|
<img src={pic.image} alt="" className="w-10" /> |
|
|
|
<img src={pic.image} alt="" className="w-10" /> |
|
|
|
))} |
|
|
|
))} */} |
|
|
|
|
|
|
|
<ProfilePicNextToEachOther num={3} /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
{/* left */} |
|
|
|
{/* left */} |
|
|
|
<div className="flex flex-row items-center gap-x-1"> |
|
|
|
<div className="flex flex-row items-center gap-x-1"> |
|
|
|