Skip to content

Commit

Permalink
Hiding the live links
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleks-gdb committed Sep 9, 2019
1 parent f337d84 commit 8844ae9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions src/Components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ class Header extends Component {
<br/>

<Register>
<a href="/live">
<button className="apply-button">WE ARE LIVE</button>
</a>
{/* <a href="/live"> */}
{/* <button className="apply-button">WE ARE LIVE</button> */}
<button className="apply-button">See you next year!</button>
{/* </a> */}
</Register>
<br/>
</div>
Expand All @@ -38,7 +39,7 @@ class Header extends Component {
{/* <Register>
<button className="apply-button">REGISTER</button>
</Register>
<button className="apply-button">DARK MODE</button> */}
<button className="apply-button">DARK MODE</button>*/}
</div>
);
}
Expand Down
4 changes: 2 additions & 2 deletions src/Components/Navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ class Navigation extends Component {
<p>SPONSORS</p>
</AnchorLink>
</NavItem>
<NavItem
{/* <NavItem
className="item-live"
eventKey={3}
href="/live"
>
LIVE
</NavItem>
</NavItem> */}
</Nav>
</Navbar.Collapse>
</Navbar>
Expand Down

0 comments on commit 8844ae9

Please sign in to comment.