From a44bc82e2128b7b358c6d79a8fe2f7ee1a966d1a Mon Sep 17 00:00:00 2001 From: Ida Marie Andreassen <43541032+idamand@users.noreply.github.com> Date: Fri, 2 Aug 2024 10:07:32 +0200 Subject: [PATCH] Fix: fontsize in consultants page (#516) --- .../src/components/consultants/FilteredConsultantsComp.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/consultants/FilteredConsultantsComp.tsx b/frontend/src/components/consultants/FilteredConsultantsComp.tsx index 17ba4de0..716100df 100644 --- a/frontend/src/components/consultants/FilteredConsultantsComp.tsx +++ b/frontend/src/components/consultants/FilteredConsultantsComp.tsx @@ -219,8 +219,8 @@ export default function FilteredConsultantsComp({ )} {selectedEditConsultant?.id !== consultant.id ? ( -

- Erfaring {consultant.yearsOfExperience} år +

+ {consultant.yearsOfExperience} års erfaring

) : null}