Compare commits

..

No commits in common. "1ff1bc9269640329e7d5158cc7712f073de026f2" and "d87defbf9a175ac8fade2a835c7b4744a89be0cd" have entirely different histories.

View File

@ -143,13 +143,12 @@ const EmpOverview = ({ profile }) => {
{/* Address */} {/* Address */}
<div className="d-flex align-items-start"> <div className="d-flex align-items-start">
<span className="d-flex align-items-center"> <span className="d-flex">
<i className="bx bx-map bx-xs me-2 mt-1"></i> <i className="bx bx-map bx-xs me-2 mt-1"></i>
<span className="text-nowrap">Address</span> <span>Address</span>
</span> </span>
<span style={{ marginLeft: "86px" }}>:</span> <span style={{ marginLeft: "86px" }}>:</span>
<span className="ms-5" style={{ marginRight: "75px" }}> <span className="ms-5">
{profile?.currentAddress || <em>NA</em>} {profile?.currentAddress || <em>NA</em>}
</span> </span>
</div> </div>