Skip to content

Commit

Permalink
🐛 fix: alt text for moon/sun icons (theme switcher)
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Feb 3, 2023
1 parent 0be7662 commit 4edbcf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/partials/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<label class="theme-switcher" for="themeswitch">
<input type="checkbox" id="themeswitch">
<div class="switch">
<img alt="theme switch to light" class="moon" src="/menu_icon/moon.png">
<img alt="theme switch to dark" class="sun" src="/menu_icon/sun.png">
<img alt="set dark theme" class="moon" src="/menu_icon/moon.png">
<img alt="set light theme" class="sun" src="/menu_icon/sun.png">
</div>
</label>
</div>
Expand Down

0 comments on commit 4edbcf0

Please sign in to comment.