We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d50ad2 commit 3454af1Copy full SHA for 3454af1
frontend/appflowy_flutter/lib/mobile/presentation/setting/about/about_setting_group.dart
@@ -22,14 +22,14 @@ class AboutSettingGroup extends StatelessWidget {
22
trailing: const Icon(
23
Icons.chevron_right,
24
),
25
- onTap: () => safeLaunchUrl('https://appflowy.io/privacy/mobile'),
+ onTap: () => safeLaunchUrl('https://appflowy.io/privacy/app'),
26
27
MobileSettingItem(
28
name: LocaleKeys.settings_mobile_termsAndConditions.tr(),
29
30
31
32
- onTap: () => safeLaunchUrl('https://appflowy.io/terms'),
+ onTap: () => safeLaunchUrl('https://appflowy.io/terms/app'),
33
34
35
name: LocaleKeys.settings_mobile_version.tr(),
0 commit comments