fix swap_trade image file name [skip ci]

This commit is contained in:
OmarHatem 2025-02-11 12:01:11 +03:00
parent 7f3c76cc57
commit 9b5eee68ad
3 changed files with 2 additions and 2 deletions

View file

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Before After
Before After

View file

@ -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 =

View file

@ -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(