Update link to privacy policy (closes #108) (#115)

This commit is contained in:
John Maguire 2023-04-14 11:14:06 -04:00 committed by GitHub
parent 9947676fd0
commit b36914ef17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class _AboutScreenState extends State<AboutScreen> {
ConfigPageItem( ConfigPageItem(
label: Text('Privacy policy'), label: Text('Privacy policy'),
labelWidth: 300, labelWidth: 300,
onPressed: () => Utils.launchUrl('https://defined.net/privacy-policy', context)), onPressed: () => Utils.launchUrl('https://www.defined.net/privacy/', context)),
// ConfigPageItem(label: Text('Licenses'), labelWidth: 300, onPressed: () => Utils.launchUrl('https://defined.net/mobile/license', context)), // ConfigPageItem(label: Text('Licenses'), labelWidth: 300, onPressed: () => Utils.launchUrl('https://defined.net/mobile/license', context)),
]), ]),
Padding( Padding(