Change the icon in Emp Reporting Manger.
This commit is contained in:
parent
910565e003
commit
8024f1eef7
@ -31,7 +31,7 @@ const EmpReportingManager = ({ employeeId, employee }) => {
|
||||
{/* Primary Reporting Manager */}
|
||||
<div className="d-flex align-items-start mb-3">
|
||||
<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>
|
||||
<span style={{ marginLeft: "75px" }}>:</span>
|
||||
@ -45,7 +45,7 @@ const EmpReportingManager = ({ employeeId, employee }) => {
|
||||
{secondary?.length > 0 && (
|
||||
<div className="d-flex align-items-start mb-3" style={{ textAlign: "left" }}>
|
||||
<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>
|
||||
<span style={{ marginLeft: "57px" }}>:</span>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user