mismatch approved and reject icons. replaced them
This commit is contained in:
parent
2182e764bf
commit
8dddb38278
@ -36,12 +36,12 @@ const AttendLogs = ({ Id }) => {
|
||||
case 3:
|
||||
return (
|
||||
<i
|
||||
className="bx bx-x-circle text-danger"
|
||||
className="bx bx-check-circle text-success"
|
||||
data-bs-toggle="tooltip"
|
||||
data-bs-offset="0,8"
|
||||
data-bs-placement="top"
|
||||
data-bs-custom-class="tooltip"
|
||||
title="Request Rejected"
|
||||
title="Regularized"
|
||||
></i>
|
||||
);
|
||||
break;
|
||||
@ -61,12 +61,12 @@ const AttendLogs = ({ Id }) => {
|
||||
case 5:
|
||||
return (
|
||||
<i
|
||||
className="bx bx-check-circle text-success"
|
||||
className="bx bx-x-circle text-danger"
|
||||
data-bs-toggle="tooltip"
|
||||
data-bs-offset="0,8"
|
||||
data-bs-placement="top"
|
||||
data-bs-custom-class="tooltip"
|
||||
title="Regularized"
|
||||
title="Request Rejected"
|
||||
></i>
|
||||
);
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user