mirror of
https://github.com/documenso/documenso.git
synced 2025-11-18 18:51:37 +10:00
Vertically center "Something went wrong "
This commit is contained in:
@ -12,13 +12,16 @@ export default function Custom500() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="px-4 py-10 mt-20 max-w-7xl">
|
<div className="px-4 py-10 mt-20 max-w-7xl">
|
||||||
<h1 className="inline text-3xl font-bold tracking-tight sm:text-5xl">
|
|
||||||
500
|
<p className="inline text-3xl font-bold tracking-tight sm:text-5xl">
|
||||||
<span className="px-3 font-thin">|</span>
|
500
|
||||||
</h1>
|
<span className="px-3 font-thin">|</span>{" "}
|
||||||
<p className="inline text-base font-semibold leading-8 sm:text-2xl">
|
<span className="inline text-base font-semibold leading-8 align-middle sm:text-2xl">
|
||||||
Something went wrong.
|
Something went wrong.
|
||||||
</p>
|
</span>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
<div className="flex justify-center mt-10">
|
<div className="flex justify-center mt-10">
|
||||||
<Button color="secondary" href="/" icon={ArrowSmallLeftIcon}>
|
<Button color="secondary" href="/" icon={ArrowSmallLeftIcon}>
|
||||||
Back to home
|
Back to home
|
||||||
|
|||||||
Reference in New Issue
Block a user