mirror of
https://github.com/documenso/documenso.git
synced 2025-11-22 12:41:36 +10:00
Custom 500 page created, started Buttons component customise.
This commit is contained in:
@ -7,7 +7,9 @@ export default function Custom404() {
|
||||
return (
|
||||
<>
|
||||
<main className="relative min-h-full bg-gray-100 isolate">
|
||||
<Logo className="absolute w-20 top-10 left-10" />
|
||||
<div className="absolute top-10 left-10">
|
||||
<Logo className="w-10 md:w-20" />
|
||||
</div>
|
||||
|
||||
<div className="px-6 py-48 mx-auto text-center max-w-7xl sm:py-40 lg:px-8">
|
||||
<p className="text-base font-semibold leading-8 text-brown">404</p>
|
||||
|
||||
Reference in New Issue
Block a user