|
|
@@ -306,9 +306,9 @@ function SidebarRail({ className, ...props }: React.ComponentProps<'button'>) {
|
|
|
)
|
|
|
}
|
|
|
|
|
|
-function SidebarInset({ className, ...props }: React.ComponentProps<'main'>) {
|
|
|
+function SidebarInset({ className, ...props }: React.ComponentProps<'div'>) {
|
|
|
return (
|
|
|
- <main
|
|
|
+ <div
|
|
|
data-slot='sidebar-inset'
|
|
|
className={cn(
|
|
|
'bg-background relative flex w-full flex-1 flex-col',
|