Skip to content

Commit

Permalink
chore: remove duplicate icon class
Browse files Browse the repository at this point in the history
  • Loading branch information
reuixiy committed May 18, 2020
1 parent 188fc17 commit 6ef35ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/partials/components/dark-mode.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 -}}
</label>
{{ end }}
Expand Down

0 comments on commit 6ef35ec

Please sign in to comment.