0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-31 08:42:40 +00:00

Adding version number to the navbar, probably will remove

This commit is contained in:
Scott Tolksdorf
2016-05-04 02:26:13 -04:00
parent 1ce0f00b62
commit 4b482a8f0b
4 changed files with 13 additions and 1 deletions

View File

@@ -60,6 +60,13 @@ var HomePage = React.createClass({
return(
<div className='homePage page'>
<Navbar>
<Nav.item
newTab={true}
href='https://github.com/stolksdorf/naturalcrit/issues'
color='red'
icon='fa-bug'>
issue?
</Nav.item>
<Nav.item
href='/homebrew/changelog'
color='purple'

View File

@@ -16,6 +16,7 @@ var Navbar = React.createClass({
<Nav.item href='/homebrew' className='homebrewLogo'>
<div>The Homebrewery</div>
</Nav.item>
<Nav.item>v1.5.0</Nav.item>
</Nav.section>
<Nav.section>