Skip to content

Commit

Permalink
Fix classname
Browse files Browse the repository at this point in the history
  • Loading branch information
diegogurpegui committed May 23, 2020
1 parent aa643e0 commit 640d081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/tx/CreateTxScreen.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ class CreateTxScreen extends Component {
<div className="col-sm">
<h2>
<div className="float-right">
<div class="btn-group" role="group">
<div className="btn-group" role="group">
<Button btnClass="primary" size="sm" onClick={this.onAddOutput}>
<FontAwesomeIcon icon="plus-circle" className="mr-1" />
Add new output
Expand Down

0 comments on commit 640d081

Please sign in to comment.