mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
Final touches
This commit is contained in:
@ -12,16 +12,15 @@ 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">
|
||||||
|
<p className="inline-flex items-center text-3xl font-bold sm:text-5xl">
|
||||||
<p className="inline text-3xl font-bold tracking-tight sm:text-5xl">
|
500
|
||||||
500
|
<span className="relative px-3 font-thin sm:text-6xl -top-1.5">
|
||||||
<span className="px-3 font-thin">|</span>{" "}
|
|
|
||||||
<span className="inline text-base font-semibold leading-8 align-middle sm:text-2xl">
|
</span>{" "}
|
||||||
Something went wrong.
|
<span className="text-base font-semibold align-middle sm:text-2xl">
|
||||||
</span>
|
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