mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-14 20:58:41 -09:00
Brought back the icon for closing tabs (#2136)
This commit is contained in:
parent
df7b0df4ab
commit
5ceca9e200
2 changed files with 2 additions and 2 deletions
|
|
@ -82,7 +82,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="./dist/assets/icons.svg#close-tab"/>
|
<use xlinkHref="./renderer/assets/icons.svg#close-tab"/>
|
||||||
</svg>
|
</svg>
|
||||||
</i>
|
</i>
|
||||||
{ this.props.customChildren }
|
{ this.props.customChildren }
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
},
|
},
|
||||||
"ignores": [
|
"ignores": [
|
||||||
"build/**",
|
"build/**",
|
||||||
"app/dist/**",
|
"app/renderer/**",
|
||||||
"app/static/**",
|
"app/static/**",
|
||||||
"app/bin/**",
|
"app/bin/**",
|
||||||
"assets/**",
|
"assets/**",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue