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) {
|
if (error || !request) {
|
||||||
return (
|
return (
|
||||||
<Layout>
|
<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 />
|
<br />
|
||||||
Error: {error?.message}
|
Error: {error?.message}
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user