Agrega URL del repositorio en política de privacidad

This commit is contained in:
Super User
2026-06-15 22:02:38 -04:00
parent 9c72f4f775
commit fa5bf380b8
2 changed files with 2 additions and 2 deletions

View File

@@ -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
---

View File

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