fix swap_trade image file name [skip ci]

OmarHatem committed Feb 11, 2025 at 12:01 UTC 9b5eee68adac70534fae07a9b5d936c87ced9fce
3 files changed +2 -2
assets/images/swap_trade.png renamed
lib/exchange/exchange_provider_description.dart
+1 -1
@@ -27,7 +27,7 @@ class ExchangeProviderDescription extends EnumerableItem<int> with Serializable<
27 static const thorChain =
28 ExchangeProviderDescription(title: 'ThorChain', raw: 8, image: 'assets/images/thorchain.png');
29 static const swapTrade =
30 - ExchangeProviderDescription(title: 'SwapTrade', raw: 9, image: 'assets/images/swapTrade.png');
30 + ExchangeProviderDescription(title: 'SwapTrade', raw: 9, image: 'assets/images/swap_trade.png');
31 static const letsExchange =
32 ExchangeProviderDescription(title: 'LetsExchange', raw: 10, image: 'assets/images/letsexchange_icon.svg');
33 static const stealthEx =
lib/view_model/support_view_model.dart
+1 -1
@@ -70,7 +70,7 @@ abstract class SupportViewModelBase with Store {
70 link: 'mailto:support@exolix.com'),
71 LinkListItem(
72 title: 'SwapTrade',
73 - icon: 'assets/images/swapTrade.png',
73 + icon: 'assets/images/swap_trade.png',
74 linkTitle: 'help.swaptrade.io',
75 link: 'mailto:support@exolix.com'),
76 LinkListItem(