Skip to content

Commit

Permalink
Add go links to main nav
Browse files Browse the repository at this point in the history
  • Loading branch information
bist333 authored and gavrielrh committed Apr 18, 2020
1 parent 37afac4 commit 944382b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/js/common/components/SSENav.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ class SSENav extends Component {
<NavItem>
<NavLink tag={Link} to="/projects">Projects</NavLink>
</NavItem>
<NavItem>
<NavLink tag={Link} to="/go">Go Links</NavLink>
</NavItem>
<Dropdown nav isOpen={this.state.opened} toggle={this.toggle}>
<DropdownToggle nav caret>
About
Expand Down

0 comments on commit 944382b

Please sign in to comment.