Skip to content

Commit

Permalink
chore: added the icon functionality to cTrader (#11865)
Browse files Browse the repository at this point in the history
  • Loading branch information
hirad-deriv committed Dec 6, 2023
1 parent fdee529 commit abe9020
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ const TradingAppCard = ({
window.open(getStaticUrl(`/dmt5`, {}, false, true));
else if (platform === CFD_PLATFORMS.MT5 && availability !== 'EU') window.open(getStaticUrl(`/dmt5`));
else if (platform === CFD_PLATFORMS.DXTRADE) window.open(getStaticUrl(`/derivx`));
else if (platform === CFD_PLATFORMS.CTRADER) window.open(getStaticUrl(`/deriv-ctrader`));
else if (icon === 'Options' && !is_eu_user)
window.open(getStaticUrl(`trade-types/options/digital-options/up-and-down/`));
else;
Expand Down

1 comment on commit abe9020

@vercel
Copy link

@vercel vercel bot commented on abe9020 Dec 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-app – ./

deriv-app-git-master.binary.sx
binary.sx
deriv-app.vercel.app
deriv-app.binary.sx

Please sign in to comment.