0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-16 21:12:49 +00:00

Adding in a new classTable block

This commit is contained in:
Scott Tolksdorf
2016-06-05 12:49:55 -04:00
parent 038c89fc20
commit f058814040
4 changed files with 58 additions and 30 deletions

View File

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