diff --git a/src/dashboards/Admin.tsx b/src/dashboards/Admin.tsx index 097bb968..f50ff99d 100644 --- a/src/dashboards/Admin.tsx +++ b/src/dashboards/Admin.tsx @@ -13,9 +13,8 @@ import { BsGlobeCentralSouthAsia, BsPerson, BsPersonFill, - BsPersonFillGear, - BsPersonGear, BsPersonLinesFill, + BsBank, } from "react-icons/bs"; import UserCard from "@/components/UserCard"; import useGroups from "@/hooks/useGroups"; @@ -207,7 +206,7 @@ export default function AdminDashboard({user}: Props) { color="purple" /> x.type === "corporate").length} onClick={() => setPage("corporate")}