Skip to content

Commit

Permalink
fix: updated standard icon in wallets
Browse files Browse the repository at this point in the history
  • Loading branch information
hasan-deriv committed Jul 12, 2024
1 parent 14f5ced commit d754640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/wallets/src/constants/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import {
AccountsDerivCtraderIcon,
AccountsDerivXIcon,
AccountsDmt5CfdsIcon,
AccountsDmt5DerivedIcon,
AccountsDmt5FinancialIcon,
AccountsDmt5StandardIcon,
AccountsDmt5SwfIcon,
CurrencyAudIcon,
CurrencyBtcIcon,
Expand Down Expand Up @@ -46,7 +46,7 @@ export const MT5MarketIcons: TIconTypes = {
all: AccountsDmt5SwfIcon,
cfds: AccountsDmt5CfdsIcon,
financial: AccountsDmt5FinancialIcon,
synthetic: AccountsDmt5DerivedIcon,
synthetic: AccountsDmt5StandardIcon,
};

export const PlatformIcons: TIconTypes = {
Expand Down

0 comments on commit d754640

Please sign in to comment.