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 - Page Not Found

- Go back home +
+ + +
+

404

+

+ Page not found +

+

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

+
+ +
+
+
); } diff --git a/packages/ui/components/button/Button.tsx b/packages/ui/components/button/Button.tsx index 85cee780a..460341788 100644 --- a/packages/ui/components/button/Button.tsx +++ b/packages/ui/components/button/Button.tsx @@ -24,7 +24,7 @@ export function Button(props: any) { > {props.icon ? ( ) : ( @@ -47,7 +47,7 @@ export function Button(props: any) { > {props.icon ? ( ) : (