0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-11 06:52:38 +00:00

Updated the welcome text

This commit is contained in:
Scott Tolksdorf
2016-01-11 17:00:21 -05:00
parent 9bc2eb70b2
commit 793eb86c39
10 changed files with 146 additions and 27 deletions

View File

@@ -16,6 +16,7 @@ var SharePage = React.createClass({
editId : null,
createdAt : null,
updatedAt : null,
views : 0
}
};
},
@@ -25,6 +26,7 @@ var SharePage = React.createClass({
<div className='sharePage'>
<Statusbar
lastUpdated={this.props.entry.updatedAt}
views={this.props.entry.views}
/>
<PHB text={this.props.entry.text} />