forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2022-01-03 22:35:17 -06:00
parent 75b18a6569
commit 68e9279e81
1 changed files with 3 additions and 1 deletions

View File

@ -99,7 +99,9 @@
<!-- Mobile menu button-->
<button type="button" class="flex items-center justify-center sm:hidden bg-transparent p-2 rounded text-gray-400 hover:text-gray-300 dark:text-gray-500 dark:hover:text-gray-400 focus:outline-none focus:ring-2 focus:ring-opacity-50 focus:ring-white" data-bs-toggle="offcanvas" data-bs-target="#offcanvasNavbar" aria-controls="offcanvasNavbar">
<span class="sr-only">Open main menu</span>
<i class="fas fa-bars fa-fw text-lg sm:text-base"></i>
<svg class="block h-7 w-7" xmlns="https://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
</svg>
</button>
{% endif %}
</div>