From 437b88849c512076d3f0c10f614335092474135a Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Wed, 8 Feb 2023 19:56:09 +0100 Subject: Correct wrong symbol in CLEAR_SKY --- js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/index.js b/js/index.js index f2e2acf..69fbe78 100644 --- a/js/index.js +++ b/js/index.js @@ -23,7 +23,7 @@ const WEATHERS = [ // We can use some symbols from here: // https://www.alt-codes.net/weather-symbols.php const WEATHER2ICON = { - CLEAR_SKY: "$#x2600;", + CLEAR_SKY: "☀", MAINLY_CLEAR: "🌤", FOG: "🌫", DRIZZLE: "🌦", -- cgit v1.2.3