diff --git a/src/app/(public)/layout.tsx b/src/app/(public)/layout.tsx index 033ab03..e0e6268 100644 --- a/src/app/(public)/layout.tsx +++ b/src/app/(public)/layout.tsx @@ -19,14 +19,58 @@ export default function PublicLayout({ children }: { children: React.ReactNode } {SITE_NAME} - + + {/* Lupa + botones de comunidad (siempre visibles, arriba de todo) */} + Buscar + + + + {SITE_LINKS.twitter && ( + + + + )} + + + + + + + + + @@ -39,57 +83,13 @@ export default function PublicLayout({ children }: { children: React.ReactNode } -