Bob AI: fix build errors (attempt 1)
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user