From 1d52b5ce672e26398540936af6c68aa9bae02228 Mon Sep 17 00:00:00 2001 From: Ane Date: Fri, 22 Nov 2024 11:23:57 +0100 Subject: [PATCH] hotfix of employeecount and formatting --- src/components/sections/employees/EmployeeList.tsx | 4 +++- src/components/sections/employees/employees.module.css | 2 -- 2 files changed, 3 insertions(+), 3 deletions(-) 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; }