Skip to content

Commit 473340f

Browse files
committed
Fix
1 parent 76189ac commit 473340f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const weatherFeelings = [
2525
condition: (t, h) => t > 10 && t < 16,
2626
color: "#2e86c1",
2727
text: "Сильний дискомфорт: організм не відновлюється під час сну. Потрібен обігрів.",
28-
iconUrl: `${ICON_BASE_URL}/thermometer-snow.svg`,
28+
iconUrl: `${ICON_BASE_URL}/thermometer.svg`,
2929
},
3030
{
3131
condition: (t, h) => t >= 16 && t < 18,

0 commit comments

Comments
 (0)