Skip to content

Commit 9abbd76

Browse files
chore: typo (#74)
Signed-off-by: Gary van Woerkens <gary.van-woerkens@sg.social.gouv.fr>
1 parent b25f9bb commit 9abbd76

File tree

1 file changed

+3
-3
lines changed
  • test/integration/next-pagesdir/pages

1 file changed

+3
-3
lines changed

test/integration/next-pagesdir/pages/_app.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export { dsfrDocumentApi, augmentDocumentWithEmotionCache };
4848

4949
const brandTop = <>INTITULE<br />OFFICIEL</>;
5050

51-
const homeLinkPops = { "href": "/", "title": "Accueil - Nom de l’entité (ministère, secrétariat d‘état, gouvernement)" };
51+
const homeLinkProps = { "href": "/", "title": "Accueil - Nom de l’entité (ministère, secrétariat d‘état, gouvernement)" };
5252

5353
function App({ Component, pageProps }: AppProps) {
5454

@@ -67,7 +67,7 @@ function App({ Component, pageProps }: AppProps) {
6767
<Header
6868
brandTop={brandTop}
6969
serviceTitle="Nom du site / service"
70-
homeLinkProps={homeLinkPops}
70+
homeLinkProps={homeLinkProps}
7171
navigation={[
7272
{
7373
"text": "Home",
@@ -106,7 +106,7 @@ function App({ Component, pageProps }: AppProps) {
106106
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore
107107
eu fugiat nulla pariatur.
108108
`}
109-
homeLinkProps={homeLinkPops}
109+
homeLinkProps={homeLinkProps}
110110
bottomItems={[headerFooterDisplayItem]}
111111
/>
112112
<Display />

0 commit comments

Comments
 (0)