changed class to className

This commit is contained in:
Pramod Mahajan 2025-05-07 16:58:54 +05:30
parent 7c7b5a9be7
commit 620bf064c9

View File

@ -127,7 +127,7 @@ const AttendLogs = ({ Id }) => {
<td> <td>
{log?.latitude != 0 ? ( {log?.latitude != 0 ? (
<i <i
class="bx bx-location-plus text-danger cursor-pointer" className="bx bx-location-plus text-danger cursor-pointer"
data-bs-toggle="tooltip" data-bs-toggle="tooltip"
data-bs-offset="0,8" data-bs-offset="0,8"
data-bs-placement="top" data-bs-placement="top"