Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiranism committed Oct 9, 2024
1 parent b04e5ee commit 7af2521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/layout/mobile-sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function MobileSidebar({ className }: SidebarProps) {
return (
<>
<Sheet open={open} onOpenChange={setOpen}>
<SheetTrigger asChild>
<SheetTrigger asChild className="focus:outline-none">
<MenuIcon />
</SheetTrigger>
<SheetContent side="left" className="!px-0">
Expand Down

0 comments on commit 7af2521

Please sign in to comment.