fix(ui): Privacy policy link #207

Merged
inex merged 1 commits from fix-privacy-policy-link into master 2023-05-15 12:25:14 +03:00
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()),