Skip to content

Commit 3454af1

Browse files
authored
chore: update privacy and terms link (#4742)
1 parent 8d50ad2 commit 3454af1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/appflowy_flutter/lib/mobile/presentation/setting/about/about_setting_group.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ class AboutSettingGroup extends StatelessWidget {
2222
trailing: const Icon(
2323
Icons.chevron_right,
2424
),
25-
onTap: () => safeLaunchUrl('https://appflowy.io/privacy/mobile'),
25+
onTap: () => safeLaunchUrl('https://appflowy.io/privacy/app'),
2626
),
2727
MobileSettingItem(
2828
name: LocaleKeys.settings_mobile_termsAndConditions.tr(),
2929
trailing: const Icon(
3030
Icons.chevron_right,
3131
),
32-
onTap: () => safeLaunchUrl('https://appflowy.io/terms'),
32+
onTap: () => safeLaunchUrl('https://appflowy.io/terms/app'),
3333
),
3434
MobileSettingItem(
3535
name: LocaleKeys.settings_mobile_version.tr(),

0 commit comments

Comments
 (0)