nft-minting-app
nft-minting-app copied to clipboard
remove roadmap and opensea button from the site
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
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>