From 05b9c9f4bc82f3239c0ca19195a3ada703396c4c Mon Sep 17 00:00:00 2001 From: Chen Yang Date: Sat, 21 Jun 2025 19:15:59 +0800 Subject: [PATCH] Updated dynamic toggle icon. --- index.html | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/index.html b/index.html index 5082a35..6c33709 100644 --- a/index.html +++ b/index.html @@ -40,7 +40,7 @@ for (const element of elements) element.classList.toggle("dark_mode_style-one"); var icon = document.getElementById("toggleICON"); - icon.classList.toggle("fas fa-sun"); + icon.classList.toggle("fa-sun"); } } @@ -543,12 +543,6 @@
- \ No newline at end of file