diff --git a/apps/web/src/app/error.tsx b/apps/web/src/app/error.tsx index da0d89c..2fd5123 100644 --- a/apps/web/src/app/error.tsx +++ b/apps/web/src/app/error.tsx @@ -18,15 +18,15 @@ export default function Error({ }, [error]); return ( -
-
-

An error has occurred.

-

Apologies, but something happened with Cuiloa and the client couldn't recover.

-
- -
diff --git a/apps/web/src/app/not-found.tsx b/apps/web/src/app/not-found.tsx index 2d7a040..79ba899 100644 --- a/apps/web/src/app/not-found.tsx +++ b/apps/web/src/app/not-found.tsx @@ -3,15 +3,13 @@ import Link from "next/link"; export default function NotFound() { return ( -
-
-

Page not found!

-

Apologies, but Cuiloa could not find the page you requested.

-
- -
+
+
+

Page not found!

+

Apologies, but Cuiloa could not find the page you requested.

+
);