mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-16 23:22:40 +00:00
Package version is now loaded into the navbar
This commit is contained in:
@@ -14,6 +14,7 @@ var HijackPrint = require('../hijackPrint.js');
|
||||
var SharePage = React.createClass({
|
||||
getDefaultProps: function() {
|
||||
return {
|
||||
ver : '0.0.0',
|
||||
brew : {
|
||||
title : '',
|
||||
text : '',
|
||||
@@ -34,7 +35,7 @@ var SharePage = React.createClass({
|
||||
|
||||
render : function(){
|
||||
return <div className='sharePage page'>
|
||||
<Navbar>
|
||||
<Navbar ver={this.props.ver}>
|
||||
<Nav.section>
|
||||
<Nav.item className='brewTitle'>{this.props.brew.title}</Nav.item>
|
||||
</Nav.section>
|
||||
|
||||
Reference in New Issue
Block a user