Skip to content
Discussion options

You must be logged in to vote

The mistake lies here,

<button id=""connectButton" onClick="connect()">Connect Wallet</button>

it should be this instead:

- <button id=""connectButton" onClick="connect()">Connect Wallet</button>
+ <button id=""connectButton" onclick="connect()">Connect Wallet</button>

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ghost
Comment options

@krakxn
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant