Skip to content

Commit

Permalink
Fix nav padding in mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunkomath authored Jan 22, 2025
1 parent 786c579 commit 38a62a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/nav-user.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export function NavUser({
const { tenant: orgSlug } = useParams();

return (
<SidebarMenu className="pb-4 md:pb-0">
<SidebarMenu className="pb-6 md:pb-0">
<SidebarMenuItem>
<DropdownMenu>
<DropdownMenuTrigger asChild>
Expand Down

0 comments on commit 38a62a0

Please sign in to comment.