404
diff --git a/apps/web/pages/500.jsx b/apps/web/pages/500.jsx index b344d947d..1aab5c936 100644 --- a/apps/web/pages/500.jsx +++ b/apps/web/pages/500.jsx @@ -1,10 +1,33 @@ -import Link from "next/link"; +import Logo from "../components/logo"; +import { Button } from "@documenso/ui"; +import { ArrowSmallLeftIcon } from "@heroicons/react/20/solid"; +import { EllipsisVerticalIcon } from "@heroicons/react/20/solid"; -export default function FiveUhOh() { +export default function Custom500() { return ( <> -500 - Something went wrong.
- Go back home ++ 500 + + | + {" "} + + Something went wrong. + +
+