diff --git a/src/components/sections/employees/EmployeeList.tsx b/src/components/sections/employees/EmployeeList.tsx index fb61d766e..89b0e40d8 100644 --- a/src/components/sections/employees/EmployeeList.tsx +++ b/src/components/sections/employees/EmployeeList.tsx @@ -172,7 +172,9 @@ export default function EmployeeList({

{t("show")}{" "} - {employees.length}{" "} + + {filteredEmployees.length} + {" "} {t("of")}{" "} {employees.length}{" "} {t("consultants")} diff --git a/src/components/sections/employees/employees.module.css b/src/components/sections/employees/employees.module.css index 0b88cad87..e57f742aa 100644 --- a/src/components/sections/employees/employees.module.css +++ b/src/components/sections/employees/employees.module.css @@ -53,7 +53,6 @@ max-width: 1400px; width: 100%; text-wrap: wrap; - align-items: center; gap: 0.5rem; } @@ -61,5 +60,4 @@ display: flex; flex-wrap: wrap; gap: 1rem; - justify-content: center; }