change icon

This commit is contained in:
Josh Hawkins 2025-09-11 12:35:52 -05:00
parent db41d74759
commit 026d1c67f2

View File

@ -14,7 +14,7 @@ import DeleteUserDialog from "@/components/overlay/DeleteUserDialog";
import { HiTrash } from "react-icons/hi"; import { HiTrash } from "react-icons/hi";
import { FaUserEdit } from "react-icons/fa"; import { FaUserEdit } from "react-icons/fa";
import { LuPlus, LuShield, LuUserCog } from "react-icons/lu"; import { LuPencil, LuPlus, LuShield, LuUserCog } from "react-icons/lu";
import { import {
Table, Table,
TableBody, TableBody,
@ -693,7 +693,7 @@ export default function AuthenticationView({
}} }}
disabled={roleData.name === "admin"} disabled={roleData.name === "admin"}
> >
<FaUserEdit className="size-3.5" /> <LuPencil className="size-3.5" />
<span className="ml-1.5 hidden sm:inline-block"> <span className="ml-1.5 hidden sm:inline-block">
{t("roles.table.editCameras")} {t("roles.table.editCameras")}
</span> </span>