+
+ 404
++ Page not found +
++ Sorry, we couldn’t find the page you’re looking for. +
+
+
+
+ diff --git a/apps/web/pages/404.jsx b/apps/web/pages/404.jsx index 29d8a4ce8..cda9ebbdc 100644 --- a/apps/web/pages/404.jsx +++ b/apps/web/pages/404.jsx @@ -1,10 +1,34 @@ -import Link from "next/link"; +import { ArrowSmallLeftIcon } from "@heroicons/react/20/solid"; -export default function FourOhFour() { +import { Button } from "@documenso/ui"; +import Logo from "../components/logo"; + +export default function Custom404() { return ( <> -
404
++ Sorry, we couldn’t find the page you’re looking for. +
+