Use a wind glyph for the weather wind row

This commit is contained in:
2026-08-19 21:11:06 -04:00
parent 700b9b4a5d
commit a4953b8c43
+1 -1
View File
@@ -450,7 +450,7 @@ function WeatherCard() {
/>
<box vertical spacing={8} visible={weather.as((w) => w.ok)}>
<StatRow icon={""} label="Temperature" value={weather.as((w) => w.temp)} />
<StatRow icon={""} label="Wind" value={weather.as((w) => w.wind)} />
<StatRow icon={""} label="Wind" value={weather.as((w) => w.wind)} />
</box>
</box>
)