Merge version_3_1782021487156 into main #2

Merged
bender merged 2 commits from version_3_1782021487156 into main 2026-06-21 05:59:58 +00:00

View File

@@ -38,7 +38,7 @@ export default function Layout() {
];
return (
<StyleProvider buttonVariant="magnetic" siteBackground="none" heroBackground="none">
<StyleProvider buttonVariant="magnetic" siteBackground="floatingGradient" heroBackground="none">
<SiteBackgroundSlot />
<SectionErrorBoundary name="navbar">
<NavbarCentered
@@ -93,4 +93,4 @@ export default function Layout() {
</SectionErrorBoundary>
</StyleProvider>
);
}
}