mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 22:47:25 +01:00
various styling fixes
This commit is contained in:
@@ -14,9 +14,9 @@ class Home extends Component {
|
||||
<div className="home">
|
||||
<div>
|
||||
<LetterOptions onChange={this._onChange.bind(this)} />
|
||||
<Button onClick={this._onGenerate.bind(this)} text="Generiere"/>
|
||||
</div>
|
||||
<div>
|
||||
<Button onClick={this._onGenerate.bind(this)} text="Backe PDF"/>
|
||||
<Preview
|
||||
pdfUrl={this.state.pdfUrl}
|
||||
pdfIsLoading={this.state.pdfIsLoading}
|
||||
|
||||
Reference in New Issue
Block a user