1 parent 7033ff3 commit 7abfd38Copy full SHA for 7abfd38
1 file changed
vite-shadcn/src/components/app-sidebar.tsx
@@ -22,7 +22,7 @@ export function AppSidebar({ ...props }: React.ComponentProps<typeof Sidebar>) {
22
return (
23
<Sidebar collapsible="icon" {...props}>
24
<SidebarHeader>
25
- <Avatar className="h-15 w-15 rounded-lg ml-15">
+ <Avatar className="h-15 w-15 rounded-lg ml-15 group-data-[state=collapsed]:hidden">
26
<AvatarImage src="orange.png" />
27
<AvatarFallback className="rounded-lg">Orange</AvatarFallback>
28
</Avatar>
0 commit comments