Fix close tab icon

This closes #449
This commit is contained in:
Leo Lamprecht 2016-07-28 11:28:41 +02:00
parent 2a13f3a38f
commit 8874feff76

View file

@ -65,7 +65,7 @@ export default class Tab extends Component {
) }
onClick={ this.props.onClose }>
<svg className={ css('shape') }>
<use xlinkHref='assets/icons.svg#close'></use>
<use xlinkHref='./dist/assets/icons.svg#close'></use>
</svg>
</i>
{ this.props.customChildren }