Skip to content

Commit

Permalink
fix: mereur 404
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine D committed Dec 19, 2024
1 parent 36db6b9 commit 6de89fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/not-found.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function NotFound() {
<>
<div id="not-found" className={styles.notFound}>
<Title level={1} type={1} align="center">
Erreur 404
Mereur 404
</Title>
<p>
La page <span>{pageName}</span> n’existe pas.
Expand Down

0 comments on commit 6de89fb

Please sign in to comment.