Skip to content

Commit

Permalink
chore(nav): Remove "Token Sale" from header
Browse files Browse the repository at this point in the history
  • Loading branch information
deanpress committed Jan 26, 2019
1 parent 67abe39 commit 2b90586
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/Navigation/Navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ const Navigation = (props) => (
<div className={classNames(styles.navigation, { [styles.fixed]: props.fixed })}>
<Link href="/"><a className={styles.logo} /></Link>
<nav className={styles.navItems}>
<Link href="/#hero"><a>Download</a></Link>
<Link href="/#tge"><a>Token Sale</a></Link>
<Link href="/#hero"><a>Download</a></Link>
<Link href="/#features"><a>Features</a></Link>
<Link href="/#showcases"><a>Showcases</a></Link>
{/* <Link href="/#demo"><a>Create</a></Link> */}
Expand Down

0 comments on commit 2b90586

Please sign in to comment.