diff --git a/apps/web/pages/404.jsx b/apps/web/pages/404.jsx index cb13a44af..1939e23d8 100644 --- a/apps/web/pages/404.jsx +++ b/apps/web/pages/404.jsx @@ -1,36 +1,32 @@ -import Image from "next/image"; -import Link from "next/link"; +import { ArrowSmallLeftIcon } from "@heroicons/react/20/solid"; -import bgwood from "../public/img/bgwood.jpg"; +import { Button } from "@documenso/ui"; import Logo from "../components/logo"; export default function Custom404() { return ( <> -
+
- +
-

+

404

Page not found

-

+

Sorry, we couldn’t find the page you’re looking for.

- - Back to home - + Back to home +