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