mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-17 05:58:41 -09:00
parent
2a13f3a38f
commit
8874feff76
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ export default class Tab extends Component {
|
||||||
) }
|
) }
|
||||||
onClick={ this.props.onClose }>
|
onClick={ this.props.onClose }>
|
||||||
<svg className={ css('shape') }>
|
<svg className={ css('shape') }>
|
||||||
<use xlinkHref='assets/icons.svg#close'></use>
|
<use xlinkHref='./dist/assets/icons.svg#close'></use>
|
||||||
</svg>
|
</svg>
|
||||||
</i>
|
</i>
|
||||||
{ this.props.customChildren }
|
{ this.props.customChildren }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue