Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1302 from navikt/1292-fiks-wonky-utloggingsknapp-…
Browse files Browse the repository at this point in the history
…i-mobilmeny

Flytte ikon fra child element til prop i Button
  • Loading branch information
macbruker authored Nov 1, 2022
2 parents f3de214 + 538c40d commit 259f7d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export const MobilInnloggetBruker = () => {
onClick={() => loggut(getLogOutUrl(environment))}
variant={'tertiary'}
className={'innloggetbruker__loggut'}
icon={<LoggutIkonMobil />}
>
<LoggutIkonMobil />
<Tekst id="logg-ut-knapp" />
</Button>
</div>
Expand Down

0 comments on commit 259f7d3

Please sign in to comment.