Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
anderslysne committed Dec 11, 2024
2 parents 15c47d6 + f678925 commit 4226ab4
Show file tree
Hide file tree
Showing 15 changed files with 180 additions and 183 deletions.
173 changes: 93 additions & 80 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"@faker-js/faker": "8.4.1",
"@grafana/faro-web-sdk": "1.3.6",
"@navikt/aksel-icons": "^5.17.2",
"@navikt/arbeidsgiver-notifikasjon-widget": "7.1.4",
"@navikt/bedriftsmeny": "7.0.3",
"@navikt/arbeidsgiver-notifikasjon-widget": "7.2.0",
"@navikt/bedriftsmeny": "7.0.4",
"@navikt/ds-css": "^6.15.0",
"@navikt/ds-icons": "3.4.3",
"@navikt/ds-react": "^6.15.0",
"@navikt/nav-dekoratoren-moduler": "2.1.6",
"@navikt/nav-dekoratoren-moduler": "3.1.1",
"fuzzysort": "^1.1.4",
"immutable": "^4.3.6",
"msw": "2.3.1",
Expand Down
10 changes: 1 addition & 9 deletions src/Pages/Artikkel/Artikkel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,15 +127,7 @@ export const Artikkel = () => {

return (
<>
<Brodsmulesti
brodsmuler={[
{
url: `/artikkel/${id}`,
title: tittel,
handleInApp: true,
},
]}
/>
<Brodsmulesti/>
<ArtikkelBanner tittel={tittel} />
<div
className={'artikkel-container'}
Expand Down
Loading

0 comments on commit 4226ab4

Please sign in to comment.