From 81cb95ad48577fdb53aae6149606809936aec375 Mon Sep 17 00:00:00 2001 From: Brian Muenzenmeyer Date: Tue, 24 Sep 2024 05:36:24 -0500 Subject: [PATCH] center the error state headings did not alter .special, as that is used for the homepage --- apps/site/app/[locale]/error.tsx | 2 +- apps/site/app/[locale]/not-found.tsx | 4 +++- apps/site/app/global-error.tsx | 4 +++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/apps/site/app/[locale]/error.tsx b/apps/site/app/[locale]/error.tsx index 8f642ae363cc6..a62a830d1f1ed 100644 --- a/apps/site/app/[locale]/error.tsx +++ b/apps/site/app/[locale]/error.tsx @@ -19,7 +19,7 @@ const ErrorPage: FC<{ error: Error }> = ({ error }) => {
500 -

+

{t('layouts.error.internalServerError.title')}

diff --git a/apps/site/app/[locale]/not-found.tsx b/apps/site/app/[locale]/not-found.tsx index 233b988af11ef..44d8839a42d7d 100644 --- a/apps/site/app/[locale]/not-found.tsx +++ b/apps/site/app/[locale]/not-found.tsx @@ -18,7 +18,9 @@ const NotFoundPage: FC = () => {

404 -

{t('layouts.error.notFound.title')}

+

+ {t('layouts.error.notFound.title')} +

= ({ error }) => {
500 -

Internal Server Error

+

+ Internal Server Error +

This page has thrown a non-recoverable error.