Skip to content

Commit 0698d3f

Browse files
Merge pull request #663 from kate-deriv/kate/BOT-1816/remove_bbot_from_switcher
BOT-1816 / Kate / Remove BBot from SmartTrader app switcher
2 parents c4538a8 + b1c330b commit 0698d3f

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

src/images/pages/header/ic-brand-binarybot.svg

-1
This file was deleted.

src/javascript/app/base/header.js

-8
Original file line numberDiff line numberDiff line change
@@ -260,14 +260,6 @@ const Header = (() => {
260260
icon : getPlatformSettings('smarttrader').icon,
261261
on_mobile: true,
262262
},
263-
...(should_show_bots ? {
264-
binarybot: {
265-
desc : localize('Our classic “drag-and-drop” tool for creating trading bots, featuring pop-up trading charts, for advanced users.'),
266-
link : `https://bot.deriv.${getTopLevelDomain()}`,
267-
icon : getPlatformSettings('bbot').icon,
268-
on_mobile: true,
269-
},
270-
} : {}),
271263
};
272264

273265
Object.keys(platforms).forEach(key => {

src/templates/_common/brand.config.js

-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ const brand_config_data = {
1313
name: 'DBot',
1414
icon: 'ic-brand-dbot.svg',
1515
},
16-
bbot: {
17-
name: 'Binary Bot',
18-
icon: 'ic-brand-binarybot.svg',
19-
},
2016
},
2117
};
2218

0 commit comments

Comments
 (0)