1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-07-01 06:11:43 +02:00

Adding space to ConnectWallet (#1323)

* Adding space to ConnectWallet

* Adding <span> back in, keeping the space
This commit is contained in:
Jamie Hewitt 2022-04-05 21:21:11 +03:00 committed by GitHub
parent 3b023054dd
commit d64fe4e32c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ const Account = React.forwardRef((props, ref: any) => {
// the Tippy to show in this state. // the Tippy to show in this state.
ref={ref} ref={ref}
> >
Connect <span>Wallet</span> Connect&nbsp;<span>Wallet</span>
</button> </button>
) )
}) })