We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76189ac commit 473340fCopy full SHA for 473340f
1 file changed
assets/js/main.js
@@ -25,7 +25,7 @@ const weatherFeelings = [
25
condition: (t, h) => t > 10 && t < 16,
26
color: "#2e86c1",
27
text: "Сильний дискомфорт: організм не відновлюється під час сну. Потрібен обігрів.",
28
- iconUrl: `${ICON_BASE_URL}/thermometer-snow.svg`,
+ iconUrl: `${ICON_BASE_URL}/thermometer.svg`,
29
},
30
{
31
condition: (t, h) => t >= 16 && t < 18,
0 commit comments