We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 239551d commit 46cb8a0Copy full SHA for 46cb8a0
test/integration/next/pages/_app.tsx
@@ -50,24 +50,17 @@ function App({ Component, pageProps }: AppProps) {
50
nomDuSiteSlashService="Nom du site / service"
51
links={[
52
{
53
- "text": "Créer un espace",
54
- "iconId": "fr-icon-add-circle-line",
+ "text": "Home",
+ "iconId": "fr-icon-home-4-fill",
55
"linkProps": {
56
- "href": "#"
+ "href": "/"
57
}
58
},
59
60
- "text": "Se connecter",
61
- "iconId": "fr-icon-lock-line",
+ "text": "Mui playground",
+ "iconId": "ri-play-circle-fill",
62
63
64
- }
65
- },
66
- {
67
- "text": "S'enregistrer",
68
- "iconId": "fr-icon-account-line",
69
- "linkProps": {
70
+ "href": "/mui"
71
72
73
]}
0 commit comments