diff options
Diffstat (limited to 'src/components/templates/layout/layout.tsx')
| -rw-r--r-- | src/components/templates/layout/layout.tsx | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/components/templates/layout/layout.tsx b/src/components/templates/layout/layout.tsx index 559eaed..8f0d4e7 100644 --- a/src/components/templates/layout/layout.tsx +++ b/src/components/templates/layout/layout.tsx @@ -193,14 +193,16 @@ const Layout: FC<LayoutProps> = ({ {skipToContent} </ButtonLink> <Header - title={name} + ackeeStorageKey="ackee-tracking" baseline={baseline} - photo={picture} + className={styles.header} + isHome={isHome} + motionStorageKey="reduced-motion" nav={mainNav} + photo={picture} searchPage="/recherche" - isHome={isHome} + title={name} withLink={true} - className={styles.header} /> <Main id="main" className={styles.main}> <article |
