[go: nahoru, domu]

Skip to content

Commit

Permalink
removed irrelevant links
Browse files Browse the repository at this point in the history
Signed-off-by: OjusWiZard <ojuswimail@gmail.com>
  • Loading branch information
OjusWiZard committed Sep 9, 2021
1 parent 7bd7581 commit ed6aa07
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions client/src/components/navbar/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,6 @@ const Navbar = () => {
<Nav.Link as={Link} to="/blocks" className="text-white font-demi px-4">
All Blocks
</Nav.Link>
<Nav.Link
target="_blank"
href="https://docs.google.com/presentation/d/1gfT7ly5WP2uYMpUgfPnc9wF2VfY-Yz1DNhWUIAQM4Og/edit#slide=id.gcb9a0b074_1_0"
className="text-white font-demi px-4"
>
Presentation
</Nav.Link>
{!isLoggedIn ? (
<span className="mr-2">
<Button onClick={() => logIn().then(() => (window.location.href = "/signup"))}>
Expand Down Expand Up @@ -94,13 +87,6 @@ const Navbar = () => {
// <Nav.Link as={Link} to="/blocks" className="text-white font-demi px-4">
// All Blocks
// </Nav.Link>
// <Nav.Link
// target="_blank"
// href="https://docs.google.com/presentation/d/1gfT7ly5WP2uYMpUgfPnc9wF2VfY-Yz1DNhWUIAQM4Og/edit#slide=id.gcb9a0b074_1_0"
// className="text-white font-demi px-4"
// >
// Presentation
// </Nav.Link>
// {/* {!isLoggedIn ? (
// <span className="mr-2">
// <Button => logIn().then(() => (window.location.href = "/signup"))}>
Expand Down

0 comments on commit ed6aa07

Please sign in to comment.