Skip to content

Commit d810250

Browse files
committed
refactor: minor fix to connect wallet message display in NewTransaction component
1 parent 0034dfd commit d810250

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web/src/pages/NewTransaction/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,8 @@ const NewTransaction: React.FC = () => {
5151
</div>
5252
</EnsureAuth>
5353
) : (
54-
<div className="flex flex-col items-center text-center text-klerosUIComponentsPrimaryText">
54+
<div className="flex flex-col gap-4 items-center text-center text-klerosUIComponentsPrimaryText">
5555
To create a new escrow transaction, connect first and switch to the supported chain
56-
<hr className="my-2" />
5756
<ConnectWallet />
5857
</div>
5958
)}

0 commit comments

Comments
 (0)