1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-29 00:57:50 +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.
ref={ref}
>
Connect <span>Wallet</span>
Connect&nbsp;<span>Wallet</span>
</button>
)
})