Skip to content

Commit

Permalink
Version increment
Browse files Browse the repository at this point in the history
  • Loading branch information
mustyoshi committed Dec 24, 2019
1 parent 4c3ab49 commit 0d502dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/nav/nav.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class NavBarClass extends Component {
return (
<Navbar style={{marginBottom: '10px'}}>
<Navbar.Brand>
Congress.dev{(version && versionLookup[version])? `- ${versionLookup[version].title}` : null} <span className="badge badge-pill badge-info">0.0.5</span>
Congress.dev{(version && versionLookup[version])? `- ${versionLookup[version].title}` : null} <span className="badge badge-pill badge-info">0.0.6</span>
</Navbar.Brand>
<Nav bsStyle='pills'>
<NavItem eventKey={1} href="/">
Expand All @@ -21,7 +21,7 @@ class NavBarClass extends Component {
<NavItem eventKey={2} href="/revisions">
US Code Revisions
</NavItem>

<NavItem eventKey={2} href="/bills">
Bills
</NavItem>
Expand Down

0 comments on commit 0d502dc

Please sign in to comment.