From fa5bf380b8cdbd71ff22ed7e39c77a58d2ecd731 Mon Sep 17 00:00:00 2001 From: Super User Date: Mon, 15 Jun 2026 22:02:38 -0400 Subject: [PATCH] =?UTF-8?q?Agrega=20URL=20del=20repositorio=20en=20pol?= =?UTF-8?q?=C3=ADtica=20de=20privacidad?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PRIVACY_POLICY.md | 2 +- lib/screens/privacy_policy_screen.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PRIVACY_POLICY.md b/PRIVACY_POLICY.md index 44092bb..47d1cad 100644 --- a/PRIVACY_POLICY.md +++ b/PRIVACY_POLICY.md @@ -28,7 +28,7 @@ Since all data is stored locally, uninstalling the app removes all associated da ## Contact -If you have questions about this privacy policy, please open an issue at the project repository. +If you have questions about this privacy policy, please open an issue at the project repository: https://git.devlab.lat/android/home-control --- diff --git a/lib/screens/privacy_policy_screen.dart b/lib/screens/privacy_policy_screen.dart index 137085b..0eda571 100644 --- a/lib/screens/privacy_policy_screen.dart +++ b/lib/screens/privacy_policy_screen.dart @@ -40,7 +40,7 @@ class PrivacyPolicyScreen extends StatelessWidget { const SizedBox(height: 16), _section(context, 'Contacto', 'Si tienes preguntas sobre esta política de privacidad, abre un issue en el ' - 'repositorio del proyecto.'), + 'repositorio del proyecto:\nhttps://git.devlab.lat/android/home-control'), const SizedBox(height: 16), Text('Última actualización: Junio 2026', style: Theme.of(context).textTheme.bodySmall?.copyWith(color: Colors.grey)), const SizedBox(height: 32),