Skip to content

Commit

Permalink
Merge pull request #96 from Valik3201/feature/darkmodeSwichterAnimation
Browse files Browse the repository at this point in the history
Feature/darkmode swichter animation
  • Loading branch information
Valik3201 committed Jan 6, 2024
2 parents c2d37d4 + 54a497d commit 1c4e320
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/partials/home/home-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
<p>Bookshelf</p>
</a>
<div class="switch-button-div-mobile">
<label for="t-switch" class="switch">
<input type="checkbox" class="theme-switch" id="t-switch" checked />
<label for="t-switch-mobile-menu" class="switch">
<input type="checkbox" class="theme-switch" id="t-switch-mobile-menu" checked />
<span class="slider"></span>
</label>
<button class="close-button" id="close-sing-up-mobile-menu">
Expand Down Expand Up @@ -89,8 +89,8 @@
<p>Bookshelf</p>
</a>
<div class="switch-button-div-mobile">
<label for="t-switch" class="switch">
<input type="checkbox" class="theme-switch" checked />
<label for="t-switch-user-mobile-menu" class="switch">
<input type="checkbox" class="theme-switch" id="t-switch-user-mobile-menu" checked />
<span class="slider"></span>
</label>
<button class="close-button" id="close-user-mobile-menu">
Expand Down

0 comments on commit 1c4e320

Please sign in to comment.