diff options
Diffstat (limited to 'src/pages/404.tsx')
| -rw-r--r-- | src/pages/404.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/404.tsx b/src/pages/404.tsx index 5dff404..67daae1 100644 --- a/src/pages/404.tsx +++ b/src/pages/404.tsx @@ -123,7 +123,7 @@ const Error404Page: NextPageWithLayout<Error404PageProps> = ({ id: 'XKy7rx', })} </p> - <SearchForm hideLabel={true} searchPage="/recherche/" /> + <SearchForm isLabelHidden searchPage="/recherche/" /> </PageLayout> </> ); |
