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

Swapped over all urls and refs to old url scheme

This commit is contained in:
Scott Tolksdorf
2016-06-04 18:29:25 -04:00
parent 60092f404c
commit 7ca4e8ffa6
17 changed files with 144 additions and 401 deletions

View File

@@ -8,10 +8,10 @@ var Navbar = React.createClass({
return <Nav.base>
<Nav.section>
<Nav.logo />
<Nav.item href='/homebrew' className='homebrewLogo'>
<Nav.item href='/' className='homebrewLogo'>
<div>The Homebrewery</div>
</Nav.item>
<Nav.item>v2.1.1</Nav.item>
<Nav.item>v2.2.0</Nav.item>
</Nav.section>
{this.props.children}
</Nav.base>