Bob AI: fix build errors (attempt 1)

This commit is contained in:
kudinDmitriyUp
2026-06-13 21:35:33 +00:00
parent c7bcabc1dd
commit d86028b98b

View File

@@ -38,7 +38,7 @@ export default function Layout() {
];
return (
<StyleProvider buttonVariant="shift" siteBackground="radialGradient" heroBackground="gridLines">
<StyleProvider buttonVariant="shift" siteBackground={"floatingGradients" as any} heroBackground={"aurora" as any}>
<SiteBackgroundSlot />
<SectionErrorBoundary name="navbar">
<NavbarDropdown
@@ -88,4 +88,4 @@ export default function Layout() {
</SectionErrorBoundary>
</StyleProvider>
);
}
}