0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-07 01:12:44 +00:00

Moving phb styling to be stand alone, removed all unneeded assets

This commit is contained in:
Scott Tolksdorf
2016-01-13 13:31:23 -05:00
parent a8a52a2ed2
commit 923077ffa6
29 changed files with 489 additions and 503 deletions

View File

@@ -4,7 +4,7 @@ var cx = require('classnames');
var Statusbar = require('../statusbar/statusbar.jsx');
var PHB = require('../phb/phb.jsx');
var PageContainer = require('../pageContainer/pageContainer.jsx');
var SharePage = React.createClass({
getDefaultProps: function() {
@@ -29,7 +29,7 @@ var SharePage = React.createClass({
views={this.props.entry.views}
/>
<PHB text={this.props.entry.text} />
<PageContainer text={this.props.entry.text} />
</div>
);
}