Bob AI: fix build errors (attempt 1)
This commit is contained in:
@@ -54,8 +54,14 @@ export default function Layout() {
|
||||
<Outlet />
|
||||
</main>
|
||||
<SectionErrorBoundary name="footer">
|
||||
<div className="w-full bg-background pb-4 flex justify-center">
|
||||
<img
|
||||
src="https://storage.googleapis.com/webild/users/user_3FKULPo3nJpi6Z8XrIaYR86bCR6/uploaded-1781824255750-ixcd2q4j.png"
|
||||
alt="Lumio Logo"
|
||||
className="h-12 object-contain"
|
||||
/>
|
||||
</div>
|
||||
<FooterBasic
|
||||
logoImageSrc="https://storage.googleapis.com/webild/users/user_3FKULPo3nJpi6Z8XrIaYR86bCR6/uploaded-1781824255750-ixcd2q4j.png"
|
||||
columns={[
|
||||
{
|
||||
title: "Navegación",
|
||||
@@ -107,4 +113,4 @@ export default function Layout() {
|
||||
</SectionErrorBoundary>
|
||||
</StyleProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user