Skip to content

Instantly share code, notes, and snippets.

@GeoffMahugu
Last active December 13, 2021 16:33
Show Gist options
  • Save GeoffMahugu/57450ffa08bca8f4384eff014c11eeeb to your computer and use it in GitHub Desktop.
Save GeoffMahugu/57450ffa08bca8f4384eff014c11eeeb to your computer and use it in GitHub Desktop.
This is the button logic for auth users
{(active) ?
<button className="main-mint-btn">Mint</button>
: <button type="button" onClick={connect} className="main-mint-btn">Connect Wallet To Mint</button>
}
@GeoffMahugu
Copy link
Author

Updated class

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment