From 7dc9d568d13886220d0744a22baab544be027940 Mon Sep 17 00:00:00 2001 From: Joao Ramos Date: Thu, 7 Dec 2023 23:13:42 +0000 Subject: [PATCH] Replaced Teachers Icon --- src/dashboards/Admin.tsx | 4 ++-- src/dashboards/Corporate.tsx | 4 ++-- src/dashboards/Teacher.tsx | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) 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,