Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove roadmap and opensea button from the site #23

Open
robjchacon opened this issue Mar 23, 2022 · 1 comment
Open

remove roadmap and opensea button from the site #23

robjchacon opened this issue Mar 23, 2022 · 1 comment

Comments

@robjchacon
Copy link

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

@AndreaZero
Copy link

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants