Brought back the icon for closing tabs (#2136)

This commit is contained in:
Leo Lamprecht 2017-08-30 21:51:45 +02:00 committed by GitHub
parent df7b0df4ab
commit 5ceca9e200
2 changed files with 2 additions and 2 deletions

View file

@ -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 }

View file

@ -33,7 +33,7 @@
},
"ignores": [
"build/**",
"app/dist/**",
"app/renderer/**",
"app/static/**",
"app/bin/**",
"assets/**",