Skip to content

Commit

Permalink
Fix dark mode icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ericthelemur committed Jul 18, 2023
1 parent 3760491 commit 80ae7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/macros/parts.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<div class="vr ms-md-auto d-none d-lg-block "></div>
<li class="nav-item ms-lg-2">
<a id="dark-mode" class="nav-link ml-1" href="#">
<i class="ph-fill ph-moon"></i>
<i class="bi bi-moon-fill"></i>
<span class="d-lg-none ms-2 ms-lg-0">Toggle Dark Mode</span>
</a>
</li>
Expand Down

0 comments on commit 80ae7b2

Please sign in to comment.