sneak in remaining icon fix
This commit is contained in:
parent
aa34839bf8
commit
a03a3f7e29
@ -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">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user