Merge pull request #1653 from KrishavRajSingh/fix/burger

show burger
This commit is contained in:
Krishav 2025-09-16 22:25:56 +05:30 committed by GitHub
commit 8135c1ec34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ function FloatingMobileMenuButton() {
if (!isMobile || openMobile) return null;
return (
<div className="fixed top-6 left-4 z-50 md:hidden">
<div className="fixed top-6 left-4 z-50">
<Tooltip>
<TooltipTrigger asChild>
<Button