Skip to content

Commit

Permalink
Fix: fontsize in consultants page (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
idamand committed Aug 2, 2024
1 parent 01aa1b4 commit a44bc82
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ export default function FilteredConsultantsComp({
)}
</div>
{selectedEditConsultant?.id !== consultant.id ? (
<p className="text-xs text-text_light_black">
Erfaring {consultant.yearsOfExperience} år
<p className="xsmall text-text_light_black">
{consultant.yearsOfExperience} års erfaring
</p>
) : null}
</div>
Expand Down

0 comments on commit a44bc82

Please sign in to comment.