diff --git a/layouts/partials/components/dark-mode.html b/layouts/partials/components/dark-mode.html index b65911d0..e4d73380 100644 --- a/layouts/partials/components/dark-mode.html +++ b/layouts/partials/components/dark-mode.html @@ -12,8 +12,8 @@ class="switcher-label" > {{- if not $hide -}} - {{- partial "utils/icon.html" (dict "Deliver" $ "name" "sun" "class" "icon theme-icon-light") -}} - {{- partial "utils/icon.html" (dict "Deliver" $ "name" "moon" "class" "icon theme-icon-dark") -}} + {{- partial "utils/icon.html" (dict "Deliver" $ "name" "sun" "class" "theme-icon-light") -}} + {{- partial "utils/icon.html" (dict "Deliver" $ "name" "moon" "class" "theme-icon-dark") -}} {{- end -}} {{ end }}