diff options
Diffstat (limited to 'src/components/templates')
| -rw-r--r-- | src/components/templates/layout/layout.tsx | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/src/components/templates/layout/layout.tsx b/src/components/templates/layout/layout.tsx index e1be1af..bfb918b 100644 --- a/src/components/templates/layout/layout.tsx +++ b/src/components/templates/layout/layout.tsx @@ -171,9 +171,10 @@ const Layout: FC<LayoutProps> = ({ children, isHome, ...props }) => {          baseline={baseline}          photo={picture}          nav={mainNav} +        searchPage="/recherche"          isHome={isHome} -        className={styles.header}          withLink={true} +        className={styles.header}        />        <Main id="main" className={styles.main}>          <article {...props}>{children}</article> | 
