summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/index.js2
1 files changed, 1 insertions, 1 deletions
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: "🌦",