diff --git a/modules/dynamic/auto-update.js b/modules/dynamic/auto-update.js index 0795587e..c45a53e4 100644 --- a/modules/dynamic/auto-update.js +++ b/modules/dynamic/auto-update.js @@ -1015,6 +1015,13 @@ export function resolveVersionConflicts(mapVersion) { }); } + const iconSymbol = byId("icon-anchor"); + if (iconSymbol) { + iconSymbol.outerHTML = /* html */ ` + + `; + } + const validBurgs = pack.burgs.filter(b => b.i && !b.removed); const populations = validBurgs.map(b => b.population).sort((a, b) => a - b); validBurgs.forEach(burg => {