nft-minting-app icon indicating copy to clipboard operation
nft-minting-app copied to clipboard

remove roadmap and opensea button from the site

Open robjchacon opened this issue 4 years ago • 1 comments

hello thanks for the archives are really helpfull. I want to know what i need to remove if i want the roadmap and opensea button dissapear from the site

robjchacon avatar Mar 23 '22 18:03 robjchacon

You need to remove this lines from App.js

<StyledButton onClick={(e) => { window.open("/config/roadmap.pdf", "_blank"); }} style={{ margin: "5px", }} > Roadmap </StyledButton> <StyledButton style={{ margin: "5px", }} onClick={(e) => { window.open(CONFIG.MARKETPLACE_LINK, "_blank"); }} > {CONFIG.MARKETPLACE} </StyledButton>

AndreaZero avatar May 04 '22 09:05 AndreaZero