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