Skip to content

Commit

Permalink
Change button table remove icon to bin SVG
Browse files Browse the repository at this point in the history
Fixes #496
  • Loading branch information
antoniopol06 committed Apr 22, 2016
1 parent 1d46743 commit cab2bb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
render: function() {
return (
<button aria-label={AlloyEditor.Strings.deleteTable} className="ae-button" data-type="button-table-remove" onClick={this._removeTable} tabIndex={this.props.tabIndex} title={AlloyEditor.Strings.deleteTable}>
<span className="ae-icon-close"></span>
<span className="ae-icon-bin"></span>
</button>
);
},
Expand Down

0 comments on commit cab2bb0

Please sign in to comment.