mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: update privacy and terms link (#4742)
This commit is contained in:
parent
8d50ad2936
commit
3454af1caa
@ -22,14 +22,14 @@ class AboutSettingGroup extends StatelessWidget {
|
|||||||
trailing: const Icon(
|
trailing: const Icon(
|
||||||
Icons.chevron_right,
|
Icons.chevron_right,
|
||||||
),
|
),
|
||||||
onTap: () => safeLaunchUrl('https://appflowy.io/privacy/mobile'),
|
onTap: () => safeLaunchUrl('https://appflowy.io/privacy/app'),
|
||||||
),
|
),
|
||||||
MobileSettingItem(
|
MobileSettingItem(
|
||||||
name: LocaleKeys.settings_mobile_termsAndConditions.tr(),
|
name: LocaleKeys.settings_mobile_termsAndConditions.tr(),
|
||||||
trailing: const Icon(
|
trailing: const Icon(
|
||||||
Icons.chevron_right,
|
Icons.chevron_right,
|
||||||
),
|
),
|
||||||
onTap: () => safeLaunchUrl('https://appflowy.io/terms'),
|
onTap: () => safeLaunchUrl('https://appflowy.io/terms/app'),
|
||||||
),
|
),
|
||||||
MobileSettingItem(
|
MobileSettingItem(
|
||||||
name: LocaleKeys.settings_mobile_version.tr(),
|
name: LocaleKeys.settings_mobile_version.tr(),
|
||||||
|
Loading…
Reference in New Issue
Block a user