Skip to content

Commit

Permalink
Åpne lenke i nytt vindu
Browse files Browse the repository at this point in the history
  • Loading branch information
selbekk committed Aug 22, 2024
1 parent c076b29 commit 181ec9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/v2/gui/src/shared/lovreferanse/Lovreferanse.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const berikMedLovdataLenker = (lovreferanse: string) => {

return (
<Fragment key={index}>
<Link href={link} title="Les mer på Lovdata.no">
<Link href={link} title="Les mer på Lovdata.no" target="_blank">
{kapittelOgKanskjeParagraf}
</Link>{' '}
</Fragment>
Expand Down

0 comments on commit 181ec9f

Please sign in to comment.