Skip to content

Commit

Permalink
decoratør css
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiklem committed Oct 7, 2024
1 parent 04ebdfb commit 4304897
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/felles/header/modiadekoratør/Modiadekoratør.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const Modiadekoratør: FunctionComponent<Props> = ({ navKontor, onNavKontorChang

if (!loadjs.isDefined(appName)) {
loadAssets([
`https://cdn.nav.no/personoversikt/internarbeidsflate-decorator-v3/dev/latest/dist/bundle.js`,
`https://cdn.nav.no/personoversikt/internarbeidsflate-decorator-v3/prod/latest/dist/bundle.js`,
]);
}
}, []);
Expand Down
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* @import url('https://cdn.nav.no/personoversikt/internarbeidsflate-decorator-v3/dev/latest/dist/index.css'); */
@import url('https://cdn.nav.no/personoversikt/internarbeidsflate-decorator-v3/dev/latest/dist/index.css');
@import '@navikt/ds-css' layer(designsystem);

:root {
Expand Down

0 comments on commit 4304897

Please sign in to comment.