Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
Merge pull request #28 from Badmuts/remove-settings-cog
Browse files Browse the repository at this point in the history
Remove settings cog in navbar
  • Loading branch information
Badmuts authored Nov 29, 2017
2 parents 5fe7691 + e7479d3 commit 2715b2e
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions src/components/Nav.js
Original file line number Diff line number Diff line change
@@ -1,23 +1,5 @@
import React, { Component } from "react";
import { Link } from "react-router-dom";
import {
Button,
Menu,
MenuItem,
MenuDivider,
Popover,
Position
} from "@blueprintjs/core";

const menu = (
<Menu>
<MenuItem text="New" />
<MenuItem text="Open" />
<MenuItem text="Save" />
<MenuDivider />
<MenuItem text="Settings..." />
</Menu>
);

class Nav extends Component {
constructor(props) {
Expand All @@ -38,9 +20,6 @@ class Nav extends Component {
Buildings
</Link>
<Link className="pt-button pt-minimal" to="/hubs">Hubs</Link>
<Popover content={menu} position={Position.BOTTOM_RIGHT}>
<Button className="pt-minimal" iconName="cog" />
</Popover>
</div>
</nav>
);
Expand Down

0 comments on commit 2715b2e

Please sign in to comment.