css styles for the error message

Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
This commit is contained in:
Uncle Fatso 2025-11-29 13:12:02 +03:00
parent cad8fa9f8d
commit e024c32a43
Signed by: f4ts0
GPG Key ID: 565F4F2860226EBB

View File

@ -42,7 +42,7 @@ export const SignRequest = () => {
if (error || !request) {
return (
<Layout>
<h1>Could not parse the sign request #{signRequestId}</h1>
<h1 className="text-3xl font-bold mb-6 px-6">Could not parse the sign request #{signRequestId}</h1>
<br />
Error: {error?.message}
</Layout>