Skip to content

Commit

Permalink
Fix bad icon
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuancelin committed Dec 18, 2020
1 parent 5169f1c commit f9aad97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otoroshi/javascript/src/components/inputs/ObjectInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export class ObjectInput extends Component {
type="button"
className="btn btn-primary"
onClick={this.addFirst}>
<i className="fas fa-folder" />{' '}
<i className="fas fa-plus-circle" />{' '}
</button>
</div>
</div>
Expand Down

0 comments on commit f9aad97

Please sign in to comment.