Skip to content

Commit

Permalink
Merge pull request #144 from george-gca/mudar_tema_title
Browse files Browse the repository at this point in the history
Adiciona `title` ao botão mudar de tema
  • Loading branch information
levxyca authored Dec 11, 2023
2 parents 5e19702 + 2dc3bf8 commit 655ba9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h2 class="header__subtitle">
técnicos dentro da tecnologia 📖
</h2>

<button id="dark-mode-toggle" class="button-dark-mode">
<button id="dark-mode-toggle" class="button-dark-mode" title="Mudar tema">
<i class="ph ph-moon"></i>
<i class="ph ph-sun"></i>
</button>
Expand Down

0 comments on commit 655ba9d

Please sign in to comment.