diff --git a/src/app/favicon.png b/src/app/icon.png similarity index 100% rename from src/app/favicon.png rename to src/app/icon.png diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d6ec17d..3e3525f 100755 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -20,9 +20,6 @@ export const metadata: Metadata = { title: "Cirux — Plataforma de Atención Inteligente para Cirugía Plástica", description: "Cirux automatiza la atención al paciente con IA omnicanal para consultorios y clínicas de cirugía plástica.", - icons: { - icon: "/favicon.png", - }, }; /** diff --git a/src/app/logo-cirux-color.webp b/src/app/logo-cirux-color.webp deleted file mode 100644 index 746c860..0000000 Binary files a/src/app/logo-cirux-color.webp and /dev/null differ diff --git a/src/app/logo-cirux.webp b/src/app/logo-cirux.webp deleted file mode 100644 index e0c480f..0000000 Binary files a/src/app/logo-cirux.webp and /dev/null differ diff --git a/src/components/layout/Sidebar.tsx b/src/components/layout/Sidebar.tsx index 5aa9fcb..1364833 100755 --- a/src/components/layout/Sidebar.tsx +++ b/src/components/layout/Sidebar.tsx @@ -85,6 +85,7 @@ export function Sidebar() { height={32} className="h-8 w-auto" priority + suppressHydrationWarning /> )}