mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 12:09:43 +00:00
save
This commit is contained in:
parent
fd1485e42a
commit
184a950bab
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class ExchangeOptionsPage extends BasePage {
|
||||||
image: iconRobinhood,
|
image: iconRobinhood,
|
||||||
title: "MoonPay Swaps",
|
title: "MoonPay Swaps",
|
||||||
description: S.of(context).moonpay_exchange_description,
|
description: S.of(context).moonpay_exchange_description,
|
||||||
onPressed: () async => await Navigator.of(context).pushReplacementNamed(Routes.exchange, arguments: ),
|
onPressed: () async => await Navigator.of(context).pushReplacementNamed(Routes.exchange, arguments: true),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
Padding(
|
Padding(
|
||||||
|
|
Loading…
Reference in a new issue