css styles for the error message
Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
This commit is contained in:
parent
cad8fa9f8d
commit
e024c32a43
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user