mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
link to release notes on github release, closes #10837
This commit is contained in:
@@ -40,7 +40,7 @@ export function uiVersion(context) {
|
||||
.append('a')
|
||||
.attr('class', 'badge')
|
||||
.attr('target', '_blank')
|
||||
.attr('href', 'https://github.com/openstreetmap/iD/blob/release/CHANGELOG.md#whats-new')
|
||||
.attr('href', `https://github.com/openstreetmap/iD/releases/tag/v${currVersion}`)
|
||||
.call(svgIcon('#maki-gift'))
|
||||
.call(uiTooltip()
|
||||
.title(() => t.append('version.whats_new', { version: currVersion }))
|
||||
|
||||
Reference in New Issue
Block a user