From e05ffa4ff00655070a8f15a4347e6246d6bcd7b7 Mon Sep 17 00:00:00 2001
From: litaesther10
Date: Mon, 13 Feb 2023 23:31:38 +0100
Subject: [PATCH] DOC-87 Updated 404 page
---
apps/web/pages/404.jsx | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/apps/web/pages/404.jsx b/apps/web/pages/404.jsx
index 79ef6cf95..cb13a44af 100644
--- a/apps/web/pages/404.jsx
+++ b/apps/web/pages/404.jsx
@@ -2,11 +2,13 @@ import Image from "next/image";
import Link from "next/link";
import bgwood from "../public/img/bgwood.jpg";
+import Logo from "../components/logo";
export default function Custom404() {
return (
<>
+
404
-
+
Page not found
@@ -25,7 +27,7 @@ export default function Custom404() {
← Back to home