Change Dark Mode toggle button to fontawesome icons
This commit is contained in:
parent
d355176be1
commit
7757511a4d
3 changed files with 5 additions and 4 deletions
|
@ -29,7 +29,7 @@
|
|||
<a href="#contact">Contact</a>
|
||||
</li>
|
||||
</ul>
|
||||
<button id="dark-mode-toggle" class="dark-mode-toggle">🌙</button>
|
||||
<button id="dark-mode-toggle" class="dark-mode-toggle"><i class="fa-solid fa-sun"></i></button>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue