From 86fd5e7567018175b8770fab4b3b830fed3ede6f Mon Sep 17 00:00:00 2001 From: Vezpi Date: Tue, 10 Jun 2025 12:47:03 +0000 Subject: [PATCH] fix: remove brightness-up icon --- layouts/partials/sidebar/left.html | 1 - 1 file changed, 1 deletion(-) diff --git a/layouts/partials/sidebar/left.html b/layouts/partials/sidebar/left.html index 5c12107..90587d1 100644 --- a/layouts/partials/sidebar/left.html +++ b/layouts/partials/sidebar/left.html @@ -91,7 +91,6 @@ {{ if (default false .Site.Params.colorScheme.toggle) }}
  • {{ partial "helper/icon" "moon" }} - {{ partial "helper/icon" "brightness-up" }} {{ T "darkMode" }}
  • {{ end }}