diff --git a/app/routes/_news._index.tsx b/app/routes/_news._index.tsx index 2fb4424..2189320 100644 --- a/app/routes/_news._index.tsx +++ b/app/routes/_news._index.tsx @@ -69,7 +69,7 @@ clientLoader.hydrate = true as const export const HydrateFallback = () => { return ( -
+
{' '} Loading...
@@ -94,7 +94,7 @@ export const ErrorBoundary = ({ error }: Route.ErrorBoundaryProps) => { } return ( -
+

{message}

{details}

{stack && ( @@ -102,7 +102,7 @@ export const ErrorBoundary = ({ error }: Route.ErrorBoundaryProps) => { {stack} )} -
+ ) }