Skip to content

Commit

Permalink
chore: error page layout
Browse files Browse the repository at this point in the history
  • Loading branch information
canerakdas committed Dec 28, 2024
1 parent 6394613 commit 87068fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/site/app/[locale]/error.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const ErrorPage: FC<{ error: Error }> = () => {
const t = useTranslations();

return (
<GlowingBackdropLayout>
<GlowingBackdropLayout kind="default">
500
<h1 className="special -mt-4 text-center">
{t('layouts.error.internalServerError.title')}
Expand Down

0 comments on commit 87068fc

Please sign in to comment.