Skip to content

Commit

Permalink
refactor: rename element
Browse files Browse the repository at this point in the history
  • Loading branch information
9renpoto committed Jan 3, 2024
1 parent cd25350 commit c412b6e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions apps/web/pages/404.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import Error from "next/error";
import ErrorPage from "next/error";

export default function NotFound() {
// Opinionated: do not record an exception in Sentry for 404
return <Error statusCode={404} />;
return <ErrorPage statusCode={404} />;
}

0 comments on commit c412b6e

Please sign in to comment.