Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
vishal48-tech authored Feb 6, 2024
1 parent 892e53c commit 83b4894
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<!-- Menu-btn -->
<div class="flex items-center lg:hidden">
<h1 class="sr-only">Menu button</h1>
<button class="hover:ring-2 hover:ring-blue-900 rounded-md p-1" onclick="openMenu()">
<button name="menu-btn" class="hover:ring-2 hover:ring-blue-900 rounded-md p-1" onclick="openMenu()">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"
class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round" d="M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25H12" />
Expand All @@ -50,7 +50,7 @@ <h1 class="sr-only">Menu button</h1>

<!-- Mobile theme change button -->
<h1 class="sr-only">Mobile theme change button</h1>
<button class="lg:hidden" onclick="theme()">
<button name="m-theme-change" class="lg:hidden" onclick="theme()">
<!-- Mobile moon -->
<svg id="mobile-moon" class="h-5 w-auto -rotate-45 text-slate-600" version="1.1" id="Capa_1"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 56 56"
Expand Down Expand Up @@ -98,7 +98,7 @@ <h1 class="sr-only">Mobile theme change button</h1>

<!-- Theme change button -->
<h1 class="sr-only">Theme change button</h1>
<button onclick="theme()">
<button name="theme-change" onclick="theme()">
<!-- Moon -->
<svg id="moon" class="h-5 w-auto -rotate-45 text-slate-600" version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 56 56" xml:space="preserve" fill="currentColor">
Expand Down

0 comments on commit 83b4894

Please sign in to comment.