dinoClock: update comments

pull/1856/head
Iakov Davydov 2022-05-14 21:14:04 +02:00
parent 81b5dbcc92
commit 3ef7a160e5
1 changed files with 5 additions and 2 deletions

View File

@ -20,8 +20,11 @@ const locale = require("locale");
// weather icons from https://icons8.com/icon/set/weather/ios-glyphs
// error icon from https://icons8.com/icon/set/error-cloud/ios-glyphs
/**
Choose weather icon based on weather const
Weather icons from https://icons8.com/icon/set/weather/ios-glyphs
Error icon from https://icons8.com/icon/set/error-cloud/ios-glyphs
**/
function weatherIcon(weather) {
switch (weather) {
case "sun":