Skip to content

Commit

Permalink
Use RÅ-år instead of Erfaring (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbjoralt authored Oct 25, 2023
1 parent 719020b commit 9e661ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/ConsultantListElement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function ConsultantListElement({
<div className="flex flex-col justify-center items-start">
<p className="body text-black text-sm"> {consultant.name}</p>
<p className="detail text-neutral_l1">
{`${consultant.yearsOfExperience} års erfaring`}
{`${consultant.yearsOfExperience} RÅ år`}
</p>
</div>
</button>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/ExperienceFilter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function ExperienceFilter() {
return (
<div>
<div className="flex flex-col gap-2">
<p className="body-small">Erfaring</p>
<p className="body-small">RÅ-år</p>
<div className="flex flex-col gap-2 w-52">
{yearRanges?.map((range, index) => (
<FilterButton
Expand Down

0 comments on commit 9e661ea

Please sign in to comment.