|
|
@ -2,14 +2,8 @@ import CircleInCircle from "../../MiniComponents/CircleInCircle"; |
|
|
|
import ProfilePicNextToEachOther from "../../Avatar/ProfilePicNextToEachOther"; |
|
|
|
import ProfilePicNextToEachOther from "../../Avatar/ProfilePicNextToEachOther"; |
|
|
|
|
|
|
|
|
|
|
|
const TimeLineItem = ({ data }) => ( |
|
|
|
const TimeLineItem = ({ data }) => ( |
|
|
|
<div |
|
|
|
<div className="timeline-item flex flex-row mt-5 w-1/2 self-end justify-start pr-[30px]"> |
|
|
|
className="timeline-item flex flex-row mt-5 w-1/2 self-end justify-start" |
|
|
|
<div className="max-w-full w-[400px] timeline-item-content relative bg-white rounded-md shadow-sm flex flex-col items-end border border-[#D6D6D6] "> |
|
|
|
style={{ paddingRight: "30px" }} |
|
|
|
|
|
|
|
> |
|
|
|
|
|
|
|
<div |
|
|
|
|
|
|
|
className="timeline-item-content relative bg-white rounded-md shadow-sm flex flex-col items-end border border-[#D6D6D6] " |
|
|
|
|
|
|
|
style={{ maxWidth: "100%", width: "400px" }} |
|
|
|
|
|
|
|
> |
|
|
|
|
|
|
|
{/* top --> time & date */} |
|
|
|
{/* top --> time & date */} |
|
|
|
<div |
|
|
|
<div |
|
|
|
className={`w-full p-3 flex items-center justify-between ${ |
|
|
|
className={`w-full p-3 flex items-center justify-between ${ |
|
|
|