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),