Skip to content

Commit

Permalink
RSkal sette rktig retning på pilene etter kommentar i PR
Browse files Browse the repository at this point in the history
  • Loading branch information
charliemidtlyng committed Sep 18, 2023
1 parent f947afe commit 6263ff9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const ChevronLenke = (props: ChevronLenkeProps) => {
<span className={'chevron-lenke__tekst'} role="button">
{tekst}
</span>
<ArrowLeftIcon
<ArrowRightIcon
fr="mask"
className={'chevron-right'}
onResize={undefined}
Expand All @@ -36,7 +36,7 @@ const ChevronLenke = (props: ChevronLenkeProps) => {
</>
) : (
<>
<ArrowRightIcon
<ArrowLeftIcon
fr="mask"
className={'chevron-left'}
onResize={undefined}
Expand Down

0 comments on commit 6263ff9

Please sign in to comment.