fix cakepay terms and conditions link [skip ci]

This commit is contained in:
OmarHatem 2025-06-03 03:22:04 +03:00
parent 418fdb62d3
commit 1134915920

View file

@ -668,7 +668,7 @@ class _ThreeCheckboxAlertContentState extends State<ThreeCheckboxAlertContent> {
GestureDetector(
behavior: HitTestBehavior.opaque,
onTap: () => launchUrl(
Uri.parse("https://cakepay.com/cakepay-web-terms.txt"),
Uri.parse("https://www.cakepay.com/terms/"),
mode: LaunchMode.externalApplication,
),
child: Padding(