We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0034dfd commit d810250Copy full SHA for d810250
web/src/pages/NewTransaction/index.tsx
@@ -51,9 +51,8 @@ const NewTransaction: React.FC = () => {
51
</div>
52
</EnsureAuth>
53
) : (
54
- <div className="flex flex-col items-center text-center text-klerosUIComponentsPrimaryText">
+ <div className="flex flex-col gap-4 items-center text-center text-klerosUIComponentsPrimaryText">
55
To create a new escrow transaction, connect first and switch to the supported chain
56
- <hr className="my-2" />
57
<ConnectWallet />
58
59
)}
0 commit comments