We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4418b6 commit 15babd3Copy full SHA for 15babd3
1 file changed
src/components/ui/sidebar.tsx
@@ -306,9 +306,9 @@ function SidebarRail({ className, ...props }: React.ComponentProps<'button'>) {
306
)
307
}
308
309
-function SidebarInset({ className, ...props }: React.ComponentProps<'main'>) {
+function SidebarInset({ className, ...props }: React.ComponentProps<'div'>) {
310
return (
311
- <main
+ <div
312
data-slot='sidebar-inset'
313
className={cn(
314
'bg-background relative flex w-full flex-1 flex-col',
0 commit comments