mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 05:30:35 +02:00
fix "what's new" icon, fixes #9151
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user