mirror of
https://github.com/stronk-dev/RandomChad.git
synced 2025-07-05 10:35:08 +02:00
✨ disableminting frontend, thanks for the suggestion Ken
This commit is contained in:
parent
11e408ea19
commit
7252e6ca2d
@ -77,7 +77,7 @@ export default function ComponentName( ) {
|
||||
<H1>Rocketeer NFT Tools</H1>
|
||||
|
||||
<Section direction="row">
|
||||
<Button direction="column" icon={ Mint } to='/mint'>Mint Rocketeer</Button>
|
||||
{ /* <Button direction="column" icon={ Mint } to='/mint'>Mint Rocketeer</Button> */ }
|
||||
<Button direction="column" icon={ Portfolio } to='/portfolio'>Rocketeer Portfolio</Button>
|
||||
<Button direction="column" icon={ Outfits } to='/outfits'>Changing Room</Button>
|
||||
<Button direction="column" icon={ Discord } to='/verify'>Discord verify</Button>
|
||||
|
@ -35,6 +35,8 @@ export default function Minter() {
|
||||
|
||||
e.preventDefault()
|
||||
|
||||
return alert( `Sorry, all Rocketeers have been minted!` )
|
||||
|
||||
try {
|
||||
|
||||
if( !address ) setError( 'No destination address selected' )
|
||||
|
Loading…
x
Reference in New Issue
Block a user