diff --git a/src/dashboards/Admin.tsx b/src/dashboards/Admin.tsx index f50ff99d..0c4f52e3 100644 --- a/src/dashboards/Admin.tsx +++ b/src/dashboards/Admin.tsx @@ -13,7 +13,7 @@ import { BsGlobeCentralSouthAsia, BsPerson, BsPersonFill, - BsPersonLinesFill, + BsPencilSquare, BsBank, } from "react-icons/bs"; import UserCard from "@/components/UserCard"; @@ -199,7 +199,7 @@ export default function AdminDashboard({user}: Props) { color="purple" /> x.type === "teacher").length} onClick={() => setPage("teachers")} diff --git a/src/dashboards/Corporate.tsx b/src/dashboards/Corporate.tsx index 54a50473..600d0f89 100644 --- a/src/dashboards/Corporate.tsx +++ b/src/dashboards/Corporate.tsx @@ -19,7 +19,7 @@ import { BsPersonFill, BsPersonFillGear, BsPersonGear, - BsPersonLinesFill, + BsPencilSquare, } from "react-icons/bs"; import UserCard from "@/components/UserCard"; import useGroups from "@/hooks/useGroups"; @@ -170,7 +170,7 @@ export default function CorporateDashboard({user}: Props) { /> setPage("teachers")} - Icon={BsPersonLinesFill} + Icon={BsPencilSquare} label="Teachers" value={users.filter(teacherFilter).length} color="purple" diff --git a/src/dashboards/Teacher.tsx b/src/dashboards/Teacher.tsx index 54dfede6..b166ed38 100644 --- a/src/dashboards/Teacher.tsx +++ b/src/dashboards/Teacher.tsx @@ -24,7 +24,6 @@ import { BsPersonFill, BsPersonFillGear, BsPersonGear, - BsPersonLinesFill, BsPlus, BsRepeat, BsRepeat1,