|
|
@ -5,7 +5,7 @@ import arrowDown from "./arrow-down.svg"; |
|
|
|
|
|
|
|
|
|
|
|
const ProfileInfo = ({ name, role }) => { |
|
|
|
const ProfileInfo = ({ name, role }) => { |
|
|
|
return ( |
|
|
|
return ( |
|
|
|
<div className="flex flex-row items-center"> |
|
|
|
<div className="flex flex-row items-center mr-10 mt-10"> |
|
|
|
<img src={profilePic} className="rounded-full" alt="profile-pic" /> |
|
|
|
<img src={profilePic} className="rounded-full" alt="profile-pic" /> |
|
|
|
<div className="mx-4"> |
|
|
|
<div className="mx-4"> |
|
|
|
<p className="text-[#0F0543] font-bold text-sm">{name}</p> |
|
|
|
<p className="text-[#0F0543] font-bold text-sm">{name}</p> |
|
|
|