fix: remove brightness-up icon
All checks were successful
Blog Deployment / Check-Rebuild (push) Successful in 4s
Blog Deployment / Build (push) Has been skipped
Blog Deployment / Deploy-Staging (push) Successful in 9s
Blog Deployment / Test-Staging (push) Successful in 3s
Blog Deployment / Deploy-Production (push) Successful in 9s
Blog Deployment / Merge (push) Successful in 5s
Blog Deployment / Test-Production (push) Successful in 2s
Blog Deployment / Clean (push) Has been skipped

This commit is contained in:
2025-06-10 12:47:03 +00:00
parent 6952888acc
commit 86fd5e7567

View File

@@ -91,7 +91,6 @@
{{ if (default false .Site.Params.colorScheme.toggle) }}
<li id="dark-mode-toggle">
{{ partial "helper/icon" "moon" }}
{{ partial "helper/icon" "brightness-up" }}
<span>{{ T "darkMode" }}</span>
</li>
{{ end }}