fix "what's new" icon, fixes #9151

This commit is contained in:
Martin Raifer
2022-06-14 11:52:11 +02:00
parent 5f476093f8
commit 977d680b3e
+1 -1
View File
@@ -41,7 +41,7 @@ export function uiVersion(context) {
.attr('class', 'badge')
.attr('target', '_blank')
.attr('href', 'https://github.com/openstreetmap/iD/blob/release/CHANGELOG.md#whats-new')
.call(svgIcon('#maki-gift-11'))
.call(svgIcon('#maki-gift'))
.call(uiTooltip()
.title(t.html('version.whats_new', { version: currVersion }))
.placement('top')