Skip to content

Commit

Permalink
improve 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
J164 committed Jan 23, 2025
1 parent 3f79d57 commit 65a7a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/not-found.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const NotFound = () => {
return (
<div className={styles.container}>
<div className={styles.errorBox}>
<h2 className={styles.heading}>Page not found</h2>
<h2 className={styles.heading}>404 Not Found</h2>
<p className={styles.text}>
Return to the{" "}
<Link prefetch={false} href="/" className={styles.link}>
Expand Down

0 comments on commit 65a7a98

Please sign in to comment.