Skip to content

Commit

Permalink
[privacy-policy] update url
Browse files Browse the repository at this point in the history
  • Loading branch information
Ritsz123 authored Feb 12, 2024
1 parent 668b358 commit 65e4c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/pp_tc/fa_policy_tc.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class _FaPrivacyPoliciesAndTCState extends State<FaPrivacyPoliciesAndTC> {
},
))
..loadRequest(
Uri.parse(widget.url ?? 'https://www.fieldassist.in/privacy-policy/'),
Uri.parse(widget.url ?? 'https://www.fieldassist.com/privacy-policy/'),
);
}

Expand Down

0 comments on commit 65e4c21

Please sign in to comment.