Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: derivx logo in trade modal, transfer modal, and cashier #34

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/cashier/src/stores/account-transfer-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ export default class AccountTransferStore {
accounts?.forEach((account: TTransferAccount) => {
const cfd_platforms = {
mt5: { name: 'Deriv MT5', icon: 'IcMt5' },
dxtrade: { name: 'Deriv X', icon: 'IcRebrandingDerivx' },
dxtrade: { name: 'Deriv X', icon: 'IcRebranding' },
derivez: { name: 'Deriv EZ', icon: 'IcDerivez' },
};
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
Expand Down
2 changes: 1 addition & 1 deletion packages/cfd/src/Containers/derivx-trade-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ const DerivXTradeModal = ({
return (
<div className='cfd-trade-modal-container'>
<div className='cfd-trade-modal'>
<Icon icon='IcRebrandingDerivx' size={24} />
<Icon icon='IcRebrandingDerivX' size={24} />
<div className='cfd-trade-modal__desc'>
<Text size='xs' line_height='l' className='cfd-trade-modal__desc-heading'>
{getHeadingTitle()}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.