mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18: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 }>
|
||||
<svg className={ css('shape') }>
|
||||
<use xlinkHref='assets/icons.svg#close'></use>
|
||||
<use xlinkHref='./dist/assets/icons.svg#close'></use>
|
||||
</svg>
|
||||
</i>
|
||||
{ this.props.customChildren }
|
||||
|
|
|
|||
Loading…
Reference in a new issue