Skip to content

Commit 46cb8a0

Browse files
committed
Enable link in demo Next.js setup
1 parent 239551d commit 46cb8a0

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

test/integration/next/pages/_app.tsx

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -50,24 +50,17 @@ function App({ Component, pageProps }: AppProps) {
5050
nomDuSiteSlashService="Nom du site / service"
5151
links={[
5252
{
53-
"text": "Créer un espace",
54-
"iconId": "fr-icon-add-circle-line",
53+
"text": "Home",
54+
"iconId": "fr-icon-home-4-fill",
5555
"linkProps": {
56-
"href": "#"
56+
"href": "/"
5757
}
5858
},
5959
{
60-
"text": "Se connecter",
61-
"iconId": "fr-icon-lock-line",
60+
"text": "Mui playground",
61+
"iconId": "ri-play-circle-fill",
6262
"linkProps": {
63-
"href": "#"
64-
}
65-
},
66-
{
67-
"text": "S'enregistrer",
68-
"iconId": "fr-icon-account-line",
69-
"linkProps": {
70-
"href": "#"
63+
"href": "/mui"
7164
}
7265
}
7366
]}

0 commit comments

Comments
 (0)