From 003d8f3def688ebd544417e405a3a43b47906ea5 Mon Sep 17 00:00:00 2001 From: litaesther10 Date: Tue, 14 Feb 2023 13:51:28 +0100 Subject: [PATCH] Updated the background image to gray --- apps/web/pages/404.jsx | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) 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 +