Skip to content

Commit

Permalink
chore: improve ticket widthing
Browse files Browse the repository at this point in the history
  • Loading branch information
potts99 committed Nov 11, 2024
1 parent 804c021 commit 3ee96dc
Show file tree
Hide file tree
Showing 3 changed files with 217 additions and 226 deletions.
2 changes: 1 addition & 1 deletion apps/client/@/shadcn/components/app-sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export function AppSidebar({ ...props }: React.ComponentProps<typeof Sidebar>) {
}, [handleKeyPress, location]);

return (
<Sidebar collapsible="icon" {...props}>
<Sidebar collapsible="icon" {...props} >
<SidebarHeader>
{/* <TeamSwitcher teams={data.teams} /> */}
<div className="flex items-center gap-2 ">
Expand Down
Loading

0 comments on commit 3ee96dc

Please sign in to comment.