sneak in remaining icon fix

This commit is contained in:
dannyrb 2019-05-17 16:14:56 -04:00
parent aa34839bf8
commit a03a3f7e29

View File

@ -93,6 +93,8 @@ export default class LabellingFlow extends Component {
locationLabel, locationLabel,
} = this.state } = this.state
const Icons = `${window.config.routerBasename}/icons.svg`.replace('//', '/')
if (!skipAddLabelButton) { if (!skipAddLabelButton) {
return ( return (
<> <>
@ -124,7 +126,7 @@ export default class LabellingFlow extends Component {
onClick={this.fadeOutAndLeaveFast} onClick={this.fadeOutAndLeaveFast}
> >
<svg className="checkIcon"> <svg className="checkIcon">
<use xlinkHref="/icons.svg#check-solid" /> <use xlinkHref={`${Icons}#check-solid`} />
</svg> </svg>
</div> </div>
<div className="locationDescriptionWrapper"> <div className="locationDescriptionWrapper">