Commit 43ef422b authored by LianaHus's avatar LianaHus

style fixes

parent f8eb57dd
...@@ -4,7 +4,7 @@ var TxBrowser = require('./txBrowser'); ...@@ -4,7 +4,7 @@ var TxBrowser = require('./txBrowser');
module.exports = React.createClass({ module.exports = React.createClass({
render: function() { render: function() {
return (<div> return (<div>
<p>Debugger</p> <p><h1>Debugger</h1></p>
<TxBrowser/> <TxBrowser/>
</div> </div>
); );
......
...@@ -23,7 +23,7 @@ module.exports = React.createClass({ ...@@ -23,7 +23,7 @@ module.exports = React.createClass({
return ( return (
<div> <div>
<div>Trasnaction details</div> <div><h3>Transaction details</h3></div>
<input onChange={this.updateBlockN} type="text" placeholder={this.state.blockNumber}></input> <input onChange={this.updateBlockN} type="text" placeholder={this.state.blockNumber}></input>
<input onChange={this.updateTxN} type="text" placeholder={this.state.txNumber}></input> <input onChange={this.updateTxN} type="text" placeholder={this.state.txNumber}></input>
<button onClick={this.submit}>Get</button> <button onClick={this.submit}>Get</button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment