diff --git a/app/root.tsx b/app/root.tsx index bd5ce9c..01bf92c 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -64,42 +64,32 @@ export function ErrorBoundary() { const routing = isRouteErrorResponse(error) const message = (error instanceof Error ? error.message : 'An unexpected error occurred') return ( - -
-{error.statusText}
- > - ) : ( - <> -
- {message}
-
- - If you are the administrator of this site, please check your logs for information. -
- > - )} -{error.statusText}
+ > + ) : ( + <> +
+ {message}
+
+ + If you are the administrator of this site, please check your logs for information. +
+ > + )} +