Skip to content

Commit

Permalink
the only branch which will have documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBenito committed Sep 24, 2024
1 parent b2161bf commit e6ece35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Navbar/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ const NavBar = () => {
<Nav.Link as={Link} style={{marginLeft: '15px'}} to="/hackinfinity" onClick={() => {onSelect('/hackinfinity')}} active={activeRoute === '/hackinfinity'} >Hackinfinity</Nav.Link>
<Nav.Link as={Link} style={{marginLeft: '15px'}} to="/team" onClick={() => {onSelect('/team')}} active={activeRoute === '/team'} >Team</Nav.Link>
<Nav.Link as={Link} style={{marginLeft: '15px'}} to="/zenith" onClick={() => {onSelect('/zenith')}} active={activeRoute === '/zenith'} >Zenith</Nav.Link>
{/* <button onClick={handleGoogleSignIn} >Sign In</button> */}
</Nav>
</Navbar.Collapse>
</Container>
Expand Down

0 comments on commit e6ece35

Please sign in to comment.