Skip to content

Commit

Permalink
Changed the button from switch to primary button.
Browse files Browse the repository at this point in the history
  • Loading branch information
AvogatoWizardWhisker committed Oct 2, 2024
1 parent 17508eb commit ab0bf11
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions MyPersonalSite/Pages/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,7 @@
<div class="container">
&copy; 2024 - Avogato The Ailurophile - <a asp-area="" asp-page="/Privacy">Privacy</a> - <a asp-area="" asp-page="/Contacts">Find me</a>
<div class="float-end">
<div class="form-check form-switch">
<input class="form-check-input" type="checkbox" role="switch" id="theme-switcher">
<label class="form-check-label align-middle" for="flexSwitchCheckDefault">Dark Mode</label>
</div>
<button type="button" class="btn btn-primary" id="theme-switcher">Dark Mode</button>
</div>
</div>
</footer>
Expand Down

0 comments on commit ab0bf11

Please sign in to comment.