mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-02-02 14:16:58 +00:00
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:
commit
38812c9b89
|
@ -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()),
|
||||
|
|
Loading…
Reference in a new issue