mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
fix cakepay terms and conditions link [skip ci]
This commit is contained in:
parent
418fdb62d3
commit
1134915920
1 changed files with 1 additions and 1 deletions
|
@ -668,7 +668,7 @@ class _ThreeCheckboxAlertContentState extends State<ThreeCheckboxAlertContent> {
|
||||||
GestureDetector(
|
GestureDetector(
|
||||||
behavior: HitTestBehavior.opaque,
|
behavior: HitTestBehavior.opaque,
|
||||||
onTap: () => launchUrl(
|
onTap: () => launchUrl(
|
||||||
Uri.parse("https://cakepay.com/cakepay-web-terms.txt"),
|
Uri.parse("https://www.cakepay.com/terms/"),
|
||||||
mode: LaunchMode.externalApplication,
|
mode: LaunchMode.externalApplication,
|
||||||
),
|
),
|
||||||
child: Padding(
|
child: Padding(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue