forked from administration/panel
chore: minor styling changes
parent
5969746252
commit
ffab10fec9
|
@ -10,10 +10,10 @@ export default function Error({ error }: { error: Error }) {
|
|||
}, [error]);
|
||||
|
||||
return (
|
||||
<div className="flex flex-col justify-center items-center gap-4 h-[640px]">
|
||||
<div className="flex flex-col justify-center items-center gap-4 h-[640px] text-center">
|
||||
<Image width={240} height={120} src="/500.png" alt="derpy hooves" />
|
||||
<h2 className="text-3xl">shit broke</h2>
|
||||
<h3>{String(error)}</h3>
|
||||
<h3 className="max-w-[320px]">{String(error)}</h3>
|
||||
<NavigateBack />
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue