Skip to content

Commit 840b4dd

Browse files
committed
fjernet favikon for storybook
1 parent 136ab3a commit 840b4dd

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.storybook/manager.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import { addons } from "@storybook/addons";
22
import NavTheme from "./theme.js";
3-
import logoUrl from "./public/logo.svg";
3+
/* import logoUrl from "./public/logo.svg"; */
44

55
addons.setConfig({
66
theme: NavTheme,
77
});
88

9-
const link = document.createElement("link");
9+
/* const link = document.createElement("link");
1010
link.setAttribute("rel", "shortcut icon");
1111
link.setAttribute("href", logoUrl);
12-
document.head.appendChild(link);
12+
document.head.appendChild(link); */

.storybook/velkommen.stories.mdx

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Meta, Canvas } from "@storybook/addon-docs";
22

33
<Meta title="Intro/Velkommen" />
44

5-
# NAV designsystem-komponenter
5+
# NAV designsystem
66

77
- [Dokumentasjon](https://aksel.nav.no/designsystem)
88
- [Komponenter](https://aksel.nav.no/designsystem/side/oversikt-komponenter)
@@ -21,6 +21,12 @@ yarn add @navikt/ds-react @navikt/ds-css @navikt/ds-icons
2121
yarn add @navikt/ds-react-internal @navikt/ds-css-internal
2222
```
2323

24+
### Ikonpakke
25+
26+
```bash
27+
yarn add @navikt/ds-icons
28+
```
29+
2430
### Bruk
2531

2632
```jsx

0 commit comments

Comments
 (0)