Skip to content

Commit

Permalink
Merge branch 'master' into purchase-responsive-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
meenakshi-deriv authored Sep 2, 2024
2 parents 4dfb4f4 + 0698d3f commit a2d9c6e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion src/images/pages/header/ic-brand-binarybot.svg

This file was deleted.

8 changes: 0 additions & 8 deletions src/javascript/app/base/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,14 +260,6 @@ const Header = (() => {
icon : getPlatformSettings('smarttrader').icon,
on_mobile: true,
},
...(should_show_bots ? {
binarybot: {
desc : localize('Our classic “drag-and-drop” tool for creating trading bots, featuring pop-up trading charts, for advanced users.'),
link : `https://bot.deriv.${getTopLevelDomain()}`,
icon : getPlatformSettings('bbot').icon,
on_mobile: true,
},
} : {}),
};

Object.keys(platforms).forEach(key => {
Expand Down
4 changes: 0 additions & 4 deletions src/templates/_common/brand.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ const brand_config_data = {
name: 'DBot',
icon: 'ic-brand-dbot.svg',
},
bbot: {
name: 'Binary Bot',
icon: 'ic-brand-binarybot.svg',
},
},
};

Expand Down

0 comments on commit a2d9c6e

Please sign in to comment.