diff --git a/app/routes/_news._index.tsx b/app/routes/_news._index.tsx index 2189320..fafb7bb 100644 --- a/app/routes/_news._index.tsx +++ b/app/routes/_news._index.tsx @@ -69,9 +69,16 @@ clientLoader.hydrate = true as const export const HydrateFallback = () => { return ( -
- {' '} - Loading... +
+

+ Loading... +

+

+ Please wait while we load the content. +

+
+
+
) @@ -95,10 +102,16 @@ export const ErrorBoundary = ({ error }: Route.ErrorBoundaryProps) => { return ( -

{message}

-

{details}

+
+

+ {message} +

+

+ {details} +

+
{stack && ( -
+        
           {stack}
         
)}