Fix icon names in map_data panel

This commit is contained in:
Bryan Housel
2018-07-09 14:31:20 -04:00
parent 99e7366fc2
commit 69e83099a5
+2 -2
View File
@@ -311,7 +311,7 @@ export function uiMapData(context) {
d3_event.stopPropagation();
mvt.fitZoom();
})
.call(svgIcon('#icon-search'));
.call(svgIcon('#iD-icon-search'));
liEnter
.append('button')
@@ -328,7 +328,7 @@ export function uiMapData(context) {
})
.node().click();
})
.call(svgIcon('#icon-geolocate'));
.call(svgIcon('#iD-icon-geolocate'));
var labelEnter = liEnter
.append('label')