diff --git a/src/dashboards/Admin.tsx b/src/dashboards/Admin.tsx index 8c3019f2..74dc157c 100644 --- a/src/dashboards/Admin.tsx +++ b/src/dashboards/Admin.tsx @@ -265,7 +265,7 @@ export default function AdminDashboard({user}: Props) { /> setPage("inactiveStudents")} - Icon={BsPerson} + Icon={BsPersonFill} label="Inactive Students" value={ users.filter((x) => x.type === "student" && (x.status === "disabled" || moment().isAfter(x.subscriptionExpirationDate))) @@ -275,7 +275,7 @@ export default function AdminDashboard({user}: Props) { /> setPage("inactiveCountryManagers")} - Icon={BsPerson} + Icon={BsBriefcaseFill} label="Inactive Country Managers" value={users.filter(inactiveCountryManagerFilter).length} color="rose"