Skip to content

Commit 8b50150

Browse files
committed
Swap the mode toggle icon.
1 parent 71a8d9d commit 8b50150

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_includes/mode-toggle.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
MIT License
88
-->
99

10-
<i class="mode-toggle fas fa-sun" light-mode-invisible></i>
11-
<i class="mode-toggle fas fa-moon" dark-mode-invisible></i>
10+
<i class="mode-toggle fas fa-sun" dark-mode-invisible></i>
11+
<i class="mode-toggle fas fa-moon" light-mode-invisible></i>
1212

1313
<script type="text/javascript">
1414

0 commit comments

Comments
 (0)