Use '_svg' instead of '_ui' from the bundled svg classes

This commit is contained in:
Pieter Vander Vennet 2023-05-08 01:55:21 +02:00
parent 484906f08e
commit fa861bed5c
26 changed files with 116 additions and 95 deletions

View file

@ -61,7 +61,7 @@ export default class ExtraLinkButton extends UIElement {
return Utils.SubstituteKeys(c.href, subs)
}, [this.state.mapProperties.zoom])
let img: BaseUIElement = Svg.pop_out_ui()
let img: BaseUIElement = Svg.pop_out_svg()
if (c.icon !== undefined) {
img = new Img(c.icon).SetClass("h-6")
}