Change the icon in Emp Reporting Manger.

This commit is contained in:
Kartik Sharma 2025-11-13 10:28:48 +05:30
parent 910565e003
commit 8024f1eef7

View File

@ -31,7 +31,7 @@ const EmpReportingManager = ({ employeeId, employee }) => {
{/* Primary Reporting Manager */} {/* Primary Reporting Manager */}
<div className="d-flex align-items-start mb-3"> <div className="d-flex align-items-start mb-3">
<span className="d-flex"> <span className="d-flex">
<i className="bx bx-user bx-xs me-2 mt-1"></i> <i className="bx bx-user-circle bx-xs me-2 mt-0"></i>
<span>Primary Reporting Manager</span> <span>Primary Reporting Manager</span>
</span> </span>
<span style={{ marginLeft: "75px" }}>:</span> <span style={{ marginLeft: "75px" }}>:</span>
@ -45,7 +45,7 @@ const EmpReportingManager = ({ employeeId, employee }) => {
{secondary?.length > 0 && ( {secondary?.length > 0 && (
<div className="d-flex align-items-start mb-3" style={{ textAlign: "left" }}> <div className="d-flex align-items-start mb-3" style={{ textAlign: "left" }}>
<span className="d-flex"> <span className="d-flex">
<i className="bx bx-user bx-xs me-2 mt-1"></i> <i className="bx bx-group bx-xs me-2 mt-0"></i>
<span>Secondary Reporting Manager</span> <span>Secondary Reporting Manager</span>
</span> </span>
<span style={{ marginLeft: "57px" }}>:</span> <span style={{ marginLeft: "57px" }}>:</span>