Skip to content

Commit

Permalink
chore: update privacy and terms link (#4742)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasXu0 authored Feb 26, 2024
1 parent 8d50ad2 commit 3454af1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ class AboutSettingGroup extends StatelessWidget {
trailing: const Icon(
Icons.chevron_right,
),
onTap: () => safeLaunchUrl('https://appflowy.io/privacy/mobile'),
onTap: () => safeLaunchUrl('https://appflowy.io/privacy/app'),
),
MobileSettingItem(
name: LocaleKeys.settings_mobile_termsAndConditions.tr(),
trailing: const Icon(
Icons.chevron_right,
),
onTap: () => safeLaunchUrl('https://appflowy.io/terms'),
onTap: () => safeLaunchUrl('https://appflowy.io/terms/app'),
),
MobileSettingItem(
name: LocaleKeys.settings_mobile_version.tr(),
Expand Down

0 comments on commit 3454af1

Please sign in to comment.