mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-04-06 02:19:05 +00:00
Style updates
This commit is contained in:
@@ -9,9 +9,11 @@ const ServerErrorPage: NextPage = () => {
|
||||
<title>500 Internal Server Error</title>
|
||||
<meta name="description" content="500 Internal Server Error" />
|
||||
</Head>
|
||||
<div className="flex h-full flex-col items-center justify-center space-y-4">
|
||||
<h1 className="text-7xl font-bold">Error: 500</h1>
|
||||
<h2 className="text-xl font-bold">Internal Server Error</h2>
|
||||
<div className="mx-2 flex h-full flex-col items-center justify-center text-center lg:mx-0">
|
||||
<h1 className="text-2xl font-bold lg:text-4xl">500: Something Went Wrong</h1>
|
||||
<h2 className="text-lg font-bold">
|
||||
Please try again later or contact us if the problem persists.
|
||||
</h2>
|
||||
</div>
|
||||
</Layout>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user