0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 05:12:39 +00:00

adding a hardcoded print view to the homepage

This commit is contained in:
Scott Tolksdorf
2016-01-14 11:34:56 -05:00
parent 6dc6761eaa
commit 16264f78fa

View File

@@ -46,10 +46,11 @@ var HomePage = React.createClass({
},
render : function(){
var self = this;
return(
<div className='homePage'>
<Statusbar />
<Statusbar
printId="Nkbh52nx_l"
/>
<div className='paneSplit'>
<div className='leftPane'>
<Editor text={this.state.text} onChange={this.handleTextChange} />