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

rmeoving the top api call, as it was never finished and opened a security issue.

This commit is contained in:
Scott Tolksdorf
2016-08-06 21:08:37 -06:00
parent 33fd991276
commit 388ae933f8
3 changed files with 2 additions and 8 deletions

View File

@@ -34,7 +34,7 @@ var Navbar = React.createClass({
<Nav.item href='/' className='homebrewLogo'>
<div>The Homebrewery</div>
</Nav.item>
<Nav.item>v2.2.7</Nav.item>
<Nav.item>v2.2.8</Nav.item>
{this.renderChromeWarning()}
</Nav.section>