Skip to content

Commit 7a02d14

Browse files
committed
Update example of cient side header item in demo setup and point to that in the Storybook documentation
1 parent 3b05b74 commit 7a02d14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stories/Header.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ See also [\\<MainNavigation \\/\\>](https://react-dsfr-components.etalab.studio/
1717
1818
> Note for Next App Router: If you want to have \`quickAccessItems\` client side without having to wrap the whole \`<Header />\`
1919
> component within a \`"use client";\` directive you can use the \`<HeaderQuickAccessItem />\` component as demonstrated
20-
[here](https://github.com/codegouvfr/react-dsfr/blob/0b6f5b8af9de1bbc79d91cc3dd25e12d8e807fbe/test/integration/next-appdir/app/layout.tsx#L91) and
21-
[here](https://github.com/codegouvfr/react-dsfr/blob/0b6f5b8af9de1bbc79d91cc3dd25e12d8e807fbe/test/integration/next-appdir/ui/ClientHeaderQuickAccessItem.tsx#L1-L25).
20+
[here](https://github.com/garronej/react-dsfr-next-appdir-demo/blob/b485bda99d6140e59584d3134ac9e203ae6b2208/app/layout.tsx#L72) and
21+
[here](https://github.com/garronej/react-dsfr-next-appdir-demo/blob/b485bda99d6140e59584d3134ac9e203ae6b2208/app/LoginHeaderItem.tsx#L1-L24).
2222
2323
`,
2424
"argTypes": {

0 commit comments

Comments
 (0)