Skip to content

Instantly share code, notes, and snippets.

@GeoffMahugu
Created December 13, 2021 16:53
Show Gist options
  • Save GeoffMahugu/33f38a69fef1fb7bba9bbb873212f695 to your computer and use it in GitHub Desktop.
Save GeoffMahugu/33f38a69fef1fb7bba9bbb873212f695 to your computer and use it in GitHub Desktop.
this is the mint button
<button type="button" disabled={minting} onClick={mint} className="main-mint-btn">
{(minting) ? 'Waiting confirmation.' : 'Mint'}
</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment