Change the icon in Employee List manage Reporting button.

This commit is contained in:
Kartik Sharma 2025-11-13 09:45:41 +05:30
parent fa944f5abe
commit 3500adc1eb

View File

@ -662,7 +662,7 @@ const EmployeeList = () => {
handleManageReporting(item.id)
}
>
<i className="bx bx-git-branch bx-sm"></i>{" "}
<i className="bx bx-network-chart bx-sm"></i>{" "}
Manage Reporting
</button>
</>