Skip to content

Commit

Permalink
Update header.liquid
Browse files Browse the repository at this point in the history
  • Loading branch information
BingCS authored Aug 25, 2024
1 parent 863c287 commit a71117b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/header.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@
<!-- Toogle theme mode -->
<li class="toggle-container">
<button id="light-toggle" title="Change theme">
<i class="ti ti-moon-filled" id="light-toggle-dark"></i>
<i class="ti ti-sun-filled" id="light-toggle-light"></i>
<i class="fa-solid fa-moon"></i>
<i class="fa-solid fa-sun"></i>
</button>
</li>
{% endif %}
Expand Down

0 comments on commit a71117b

Please sign in to comment.