From 6523ae6f9428a231bb497b56fe7d0f201581c4c7 Mon Sep 17 00:00:00 2001 From: NaVis0mple <109860906+NaVis0mple@users.noreply.github.com> Date: Thu, 18 Jan 2024 15:20:33 +0800 Subject: [PATCH] Update icon to '#iD-operation-merge' --- modules/ui/photoviewer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/photoviewer.js b/modules/ui/photoviewer.js index 6c1f87635..a3b3e3bce 100644 --- a/modules/ui/photoviewer.js +++ b/modules/ui/photoviewer.js @@ -115,7 +115,7 @@ export function uiPhotoviewer(context) { } }) .append('div') - .call(svgIcon('#fas-rotate')) + .call(svgIcon('#iD-operation-merge')) .attr('title', t('inspector.set_mapillary')); }