mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-08 20:23:39 +00:00
adding a hardcoded print view to the homepage
This commit is contained in:
@@ -46,10 +46,11 @@ var HomePage = React.createClass({
|
|||||||
},
|
},
|
||||||
|
|
||||||
render : function(){
|
render : function(){
|
||||||
var self = this;
|
|
||||||
return(
|
return(
|
||||||
<div className='homePage'>
|
<div className='homePage'>
|
||||||
<Statusbar />
|
<Statusbar
|
||||||
|
printId="Nkbh52nx_l"
|
||||||
|
/>
|
||||||
<div className='paneSplit'>
|
<div className='paneSplit'>
|
||||||
<div className='leftPane'>
|
<div className='leftPane'>
|
||||||
<Editor text={this.state.text} onChange={this.handleTextChange} />
|
<Editor text={this.state.text} onChange={this.handleTextChange} />
|
||||||
|
|||||||
Reference in New Issue
Block a user