Skip to content

Commit

Permalink
Merge pull request #1 from phucts123456/development
Browse files Browse the repository at this point in the history
Merge code fix wrong url
  • Loading branch information
ndungx authored Feb 25, 2022
2 parents 0e6c6e4 + f246a59 commit ff6ac5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/views/screens/intro/components/begin_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class BeginScreen extends StatefulWidget {
}

class _BeginScreenState extends State<BeginScreen> {
final _privacyPolicyUrl = "https://jars-c19f8.web.app/privacy-policy";
final _privacyPolicyUrl = "https://jars-c19f8.web.app/privacy-policy.html";

@override
Widget build(BuildContext context) {
Expand Down

0 comments on commit ff6ac5e

Please sign in to comment.