Skip to content

Commit 3ee96dc

Browse files
committed
chore: improve ticket widthing
1 parent 804c021 commit 3ee96dc

File tree

3 files changed

+217
-226
lines changed

3 files changed

+217
-226
lines changed

apps/client/@/shadcn/components/app-sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ export function AppSidebar({ ...props }: React.ComponentProps<typeof Sidebar>) {
163163
}, [handleKeyPress, location]);
164164

165165
return (
166-
<Sidebar collapsible="icon" {...props}>
166+
<Sidebar collapsible="icon" {...props} >
167167
<SidebarHeader>
168168
{/* <TeamSwitcher teams={data.teams} /> */}
169169
<div className="flex items-center gap-2 ">

0 commit comments

Comments
 (0)