Skip to content

Commit

Permalink
Update web urls
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-pratik-k committed Dec 31, 2024
1 parent cf5fed1 commit 2e2c217
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/lib/ui/flow/accounts/components/settings_action_list.dart
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ class SettingsActionList extends ConsumerWidget {
final colors = _getWebPageColors(context, ref);
showWebView(
context,
"https://canopas.github.io/cloud-gallery/terms-and-conditions?bgColor=${colors.background}&textColor=${colors.text}",
"https://cloud-gallery.canopas.com/terms-and-conditions?bgColor=${colors.background}&textColor=${colors.text}",
);
},
);
Expand All @@ -199,7 +199,7 @@ class SettingsActionList extends ConsumerWidget {
final colors = _getWebPageColors(context, ref);
showWebView(
context,
"https://canopas.github.io/cloud-gallery/privacy-policy?bgColor=${colors.background}&textColor=${colors.text}",
"https://cloud-gallery.canopas.com/privacy-policy?bgColor=${colors.background}&textColor=${colors.text}",
);
},
);
Expand Down

0 comments on commit 2e2c217

Please sign in to comment.