Anchor Faktiska symbols to temperature badges

This commit is contained in:
b0txec
2026-08-19 17:44:46 +03:00
parent 632f377c2d
commit 340c370c46
4 changed files with 65 additions and 5 deletions
+2
View File
@@ -53,6 +53,7 @@ export const MapView: Component<{ type: MapResolution, data: () => ResultKeyVal[
getWindData(),
[getTitle(), getSource()],
props,
productionTemplate,
);
};
img.src = props.map;
@@ -76,6 +77,7 @@ export const MapView: Component<{ type: MapResolution, data: () => ResultKeyVal[
getWindData(),
[getTitle(), getSource()],
props,
productionTemplate,
);
});