From f36384fdb447ecf2381336c1c26aae21dbd8e8dd Mon Sep 17 00:00:00 2001 From: Joao Ramos Date: Wed, 6 Dec 2023 15:43:44 +0000 Subject: [PATCH] Replaced Corporate Icon on Admin dashboard --- src/dashboards/Admin.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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")}