mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
fix swap_trade image file name [skip ci]
This commit is contained in:
parent
7f3c76cc57
commit
9b5eee68ad
3 changed files with 2 additions and 2 deletions
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
|
@ -27,7 +27,7 @@ class ExchangeProviderDescription extends EnumerableItem<int> with Serializable<
|
||||||
static const thorChain =
|
static const thorChain =
|
||||||
ExchangeProviderDescription(title: 'ThorChain', raw: 8, image: 'assets/images/thorchain.png');
|
ExchangeProviderDescription(title: 'ThorChain', raw: 8, image: 'assets/images/thorchain.png');
|
||||||
static const swapTrade =
|
static const swapTrade =
|
||||||
ExchangeProviderDescription(title: 'SwapTrade', raw: 9, image: 'assets/images/swapTrade.png');
|
ExchangeProviderDescription(title: 'SwapTrade', raw: 9, image: 'assets/images/swap_trade.png');
|
||||||
static const letsExchange =
|
static const letsExchange =
|
||||||
ExchangeProviderDescription(title: 'LetsExchange', raw: 10, image: 'assets/images/letsexchange_icon.svg');
|
ExchangeProviderDescription(title: 'LetsExchange', raw: 10, image: 'assets/images/letsexchange_icon.svg');
|
||||||
static const stealthEx =
|
static const stealthEx =
|
||||||
|
|
|
@ -70,7 +70,7 @@ abstract class SupportViewModelBase with Store {
|
||||||
link: 'mailto:support@exolix.com'),
|
link: 'mailto:support@exolix.com'),
|
||||||
LinkListItem(
|
LinkListItem(
|
||||||
title: 'SwapTrade',
|
title: 'SwapTrade',
|
||||||
icon: 'assets/images/swapTrade.png',
|
icon: 'assets/images/swap_trade.png',
|
||||||
linkTitle: 'help.swaptrade.io',
|
linkTitle: 'help.swaptrade.io',
|
||||||
link: 'mailto:support@exolix.com'),
|
link: 'mailto:support@exolix.com'),
|
||||||
LinkListItem(
|
LinkListItem(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue