From 14f91fc007165d131f9258eb447c519cd71d8a1f Mon Sep 17 00:00:00 2001 From: atridadl Date: Mon, 27 Nov 2023 20:22:36 -0700 Subject: [PATCH] Font change for errors --- app/components/FourOhFour.tsx | 13 +++++++++---- app/routes/room.$roomId.tsx | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) 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",