Skip to content

Commit

Permalink
Fix sidebar alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed Nov 15, 2024
1 parent 8587f76 commit b54b753
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/app-sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ export function AppSidebar({ user }: { user: User | undefined }) {
</SidebarMenu>
</SidebarHeader>
<SidebarContent>
<SidebarGroup>
<SidebarGroup className="-mx-2">
<SidebarHistory user={user} />
</SidebarGroup>
</SidebarContent>
<SidebarFooter className="gap-0">
<SidebarFooter className="gap-0 -mx-2">
{user && (
<SidebarGroup>
<SidebarGroupContent>
Expand Down

0 comments on commit b54b753

Please sign in to comment.