From 996481f94a53d0ff48f738241e974df3ff7da68c Mon Sep 17 00:00:00 2001 From: josedario87 Date: Fri, 17 Oct 2025 04:14:36 -0600 Subject: [PATCH] =?UTF-8?q?Agregar=20bot=C3=B3n=20de=20Inicio=20junto=20a?= =?UTF-8?q?=20Cerrar=20Sesi=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cambios en app.vue: - Agregar botón Inicio con icono home - Botón apunta a https://inicio.nucleoriofrio.com - Color verde coherente con tema de la app - Posicionado junto al botón de Cerrar Sesión El botón usa scope extensions para navegar dentro de la PWA. --- nuxt4/app/app.vue | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/nuxt4/app/app.vue b/nuxt4/app/app.vue index 7a0d006..526b86f 100644 --- a/nuxt4/app/app.vue +++ b/nuxt4/app/app.vue @@ -140,6 +140,14 @@
+ + Inicio + { clearTranscription() } +const navigateToHome = () => { + window.location.href = 'https://inicio.nucleoriofrio.com' +} + // Configurar meta tags para PWA useHead({ link: [