🐛 Header visible on 404

This commit is contained in:
Maxime Lalo 2023-05-02 14:13:50 +02:00
parent 5c3669e08a
commit 6a65b272bb

View File

@ -10,7 +10,7 @@ import DefaultDoubleSidePage from "@Front/Components/LayoutTemplates/DefaultDoub
export default class PageNotFound extends BasePage {
public override render(): JSX.Element {
return (
<DefaultDoubleSidePage title={"Project Not Found"} image={RightImage} type="image">
<DefaultDoubleSidePage title={"Project Not Found"} image={RightImage} type="image" showHeader>
<div className={classes["root"]}>
<div className={classes["content"]}>
<Typography typo={ITypo.H1}>Erreur 404</Typography>