Merge pull request 'fix(ui): Privacy policy link' (#207) from fix-privacy-policy-link into master

Reviewed-on: https://git.selfprivacy.org/kherel/selfprivacy.org.app/pulls/207
Reviewed-by: NaiJi  <naiji@udongein.xyz>
This commit is contained in:
Inex Code 2023-05-15 12:25:13 +03:00
commit 38812c9b89

View file

@ -50,7 +50,7 @@ class AboutApplicationPage extends StatelessWidget {
children: [
TextButton(
onPressed: () => launchUrl(
Uri.parse('https://selfprivacy.ru/privacy-policy'),
Uri.parse('https://selfprivacy.org/privacy-policy/'),
mode: LaunchMode.externalApplication,
),
child: Text('about_application_page.privacy_policy'.tr()),