1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-28 16:31:28 +00:00

Table generators now follow the proper prof bonus from the phb

This commit is contained in:
Scott Tolksdorf
2016-05-24 21:50:55 -04:00
parent 2ed9395e29
commit 7cc70149da
4 changed files with 109 additions and 107 deletions

View File

@@ -11,7 +11,7 @@ var Navbar = React.createClass({
<Nav.item href='/homebrew' className='homebrewLogo'>
<div>The Homebrewery</div>
</Nav.item>
<Nav.item>v2.0.3</Nav.item>
<Nav.item>v2.0.4</Nav.item>
</Nav.section>
{this.props.children}
</Nav.base>