|
|
@ -5,18 +5,14 @@ import ProfileInfo from "../ProfileInfo"; |
|
|
|
|
|
|
|
|
|
|
|
const UserProfileInfo = () => { |
|
|
|
const UserProfileInfo = () => { |
|
|
|
return ( |
|
|
|
return ( |
|
|
|
<div className="max-w-[380px] flex flex-row-reverse items-center justify-between divide-x bg-blue-200"> |
|
|
|
<div className="flex flex-col"> |
|
|
|
{/* ? date && time */} |
|
|
|
{/* ? time */} |
|
|
|
<div className=""> |
|
|
|
<div className="flex flex-row items-center mb-2"> |
|
|
|
{/* ? time */} |
|
|
|
<span className="text-xs ml-2 text-[#0F0543] ">ساعت</span> |
|
|
|
<div className="flex flex-row items-center mb-2"> |
|
|
|
<CurrentTime color={"text-[#2A527A]"} fontSize={"text-xs"} /> |
|
|
|
<span className="text-xs ml-2 text-[#0F0543] ">ساعت</span> |
|
|
|
|
|
|
|
<CurrentTime color={"text-[#2A527A]"} fontSize={"text-xs"} /> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
{/* ? date */} |
|
|
|
|
|
|
|
<CurrentDateShamsi color={"text-[#2A527A]"} fontSize={"text-xs"} /> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<ProfileInfo /> |
|
|
|
{/* ? date */} |
|
|
|
|
|
|
|
<CurrentDateShamsi color={"text-[#2A527A]"} fontSize={"text-xs"} /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
); |
|
|
|
); |
|
|
|
}; |
|
|
|
}; |
|
|
|