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

Reviewed-on: kherel/selfprivacy.org.app#207
Reviewed-by: NaiJi  <naiji@udongein.xyz>
pull/208/head
Inex Code 2023-05-15 12:25:13 +03:00
commit 38812c9b89
1 changed files with 1 additions and 1 deletions

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