0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-08 03:12:40 +00:00

Brew content will now not server render jsut incase it has malformed html, so it wont break the page

This commit is contained in:
Scott Tolksdorf
2016-05-18 00:20:07 -04:00
parent fc3587d6cb
commit 6209fcd5cb
3 changed files with 8 additions and 4 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.0</Nav.item>
<Nav.item>v2.0.1</Nav.item>
</Nav.section>
{this.props.children}
</Nav.base>