mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28: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}
|
||||
>
|
||||
<svg className={css('shape')}>
|
||||
<use xlinkHref="./dist/assets/icons.svg#close-tab"/>
|
||||
<use xlinkHref="./renderer/assets/icons.svg#close-tab"/>
|
||||
</svg>
|
||||
</i>
|
||||
{ this.props.customChildren }
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
},
|
||||
"ignores": [
|
||||
"build/**",
|
||||
"app/dist/**",
|
||||
"app/renderer/**",
|
||||
"app/static/**",
|
||||
"app/bin/**",
|
||||
"assets/**",
|
||||
|
|
|
|||
Loading…
Reference in a new issue