-deploy
All checks were successful
Build Docker Image / Build Docker Image (push) Successful in 6m19s

This commit is contained in:
x2Skyz
2025-11-23 20:45:16 +07:00
parent 149b6128a7
commit 861f3f033b
2 changed files with 12 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
<!-- Mobile Header -->
<div class="md:hidden flex items-center justify-between bg-white text-gray-800 p-4 shadow-md relative z-50">
<button (click)="sidebar.toggleSidebar()">
<button (click)="sidebar.toggleSidebar()" class="p-2">
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16m-4 6h10"></path>
</svg>