mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29: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 =
|
||||
ExchangeProviderDescription(title: 'ThorChain', raw: 8, image: 'assets/images/thorchain.png');
|
||||
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 =
|
||||
ExchangeProviderDescription(title: 'LetsExchange', raw: 10, image: 'assets/images/letsexchange_icon.svg');
|
||||
static const stealthEx =
|
||||
|
|
|
@ -70,7 +70,7 @@ abstract class SupportViewModelBase with Store {
|
|||
link: 'mailto:support@exolix.com'),
|
||||
LinkListItem(
|
||||
title: 'SwapTrade',
|
||||
icon: 'assets/images/swapTrade.png',
|
||||
icon: 'assets/images/swap_trade.png',
|
||||
linkTitle: 'help.swaptrade.io',
|
||||
link: 'mailto:support@exolix.com'),
|
||||
LinkListItem(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue