Skip to content

Commit

Permalink
Update PP link
Browse files Browse the repository at this point in the history
  • Loading branch information
prof18 committed Aug 21, 2022
1 parent f6e312b commit d1b4a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/views/settings/settings_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class SettingsScreen extends StatelessWidget {
return GestureDetector(
onTap: () {
_openURL(
"https://github.com/prof18/Friends-Tournament/blob/master/privacy_policy.md", // TODO: change link
"https://github.com/prof18/Friends-Tournament/blob/develop/privacy_policy/privacy_policy_aug22.md",
);
},
child: SettingsTile(
Expand Down

0 comments on commit d1b4a3e

Please sign in to comment.