diff --git a/app/components/FourOhFour.tsx b/app/components/FourOhFour.tsx index e856bc5..04cd4f1 100644 --- a/app/components/FourOhFour.tsx +++ b/app/components/FourOhFour.tsx @@ -7,8 +7,11 @@ export default function FourOhFour() { if (isRouteErrorResponse(error)) { return ( -

Error {error.status}

-

{error.data}

+

+ Error {error.status} +

+

{error.data}

+

If you believe you reached this page in error, please file an issue{" "} -

Error {error.name}

+

+ Error {error.name} +

Error {error.message}

@@ -54,7 +59,7 @@ export default function FourOhFour() { } else { return ( -

Error 500

+

Error 500

If you believe you reached this page in error, please file an issue{" "} { const shit = isShit(email); if (shit) { throw new Response( - "Wowee zowee! I'm sure I put that room around here somewhere...", + "Gee Willikers! I'm sure I put that room around here somewhere... sorry one moment while I look around... I swear I just had it...", { status: 404, statusText: "NOT FOUND",