diff --git a/web/src/layouts/WebLayout.tsx b/web/src/layouts/WebLayout.tsx index 7c63cb4..181949e 100644 --- a/web/src/layouts/WebLayout.tsx +++ b/web/src/layouts/WebLayout.tsx @@ -6,11 +6,9 @@ export default function WebLayout() { return ( <> -
+
-
- -
+
diff --git a/web/src/pages/NotFound.tsx b/web/src/pages/NotFound.tsx index 5d9ca60..622f327 100644 --- a/web/src/pages/NotFound.tsx +++ b/web/src/pages/NotFound.tsx @@ -1,9 +1,27 @@ +import ROUTE_CONSTANTS from "../types/routes"; export default function NotFound() { return ( - <> -

Not Found!

- +
+
+
+
+ + + +
+
+

404

+

This page could not be found!

+ Back Home +
+
+
); }