Skip to content

Commit

Permalink
fix swap_trade image file name [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarHatem28 committed Feb 11, 2025
1 parent 7f3c76c commit 9b5eee6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes
2 changes: 1 addition & 1 deletion lib/exchange/exchange_provider_description.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down
2 changes: 1 addition & 1 deletion lib/view_model/support_view_model.dart
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ abstract class SupportViewModelBase with Store {
link: 'mailto:[email protected]'),
LinkListItem(
title: 'SwapTrade',
icon: 'assets/images/swapTrade.png',
icon: 'assets/images/swap_trade.png',
linkTitle: 'help.swaptrade.io',
link: 'mailto:[email protected]'),
LinkListItem(
Expand Down

0 comments on commit 9b5eee6

Please sign in to comment.