Skip to content

Commit

Permalink
Merge pull request #108 from farabi-deriv/farabi/bot-2333/fix-trade-t…
Browse files Browse the repository at this point in the history
…ype-icons-on-run-panel

Farabi/bot-2333/fix-trade-type-icons-on-run-panel
  • Loading branch information
shafin-deriv authored Oct 30, 2024
2 parents ed5065e + 826e6c1 commit 6fc6bfd
Show file tree
Hide file tree
Showing 15 changed files with 396 additions and 115 deletions.
19 changes: 15 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"dependencies": {
"@deriv-com/analytics": "^1.5.3",
"@deriv-com/api-hooks": "^1.6.7",
"@deriv-com/quill-ui": "1.18.1",
"@deriv-com/translations": "^1.3.9",
"@deriv-com/ui": "^1.36.4",
"@deriv-com/utils": "latest",
"@deriv/deriv-charts": "^2.5.1",
"@deriv/js-interpreter": "^3.0.0",
"@deriv-com/quill-ui": "1.18.1",
"@deriv/quill-icons": "~1.23.3",
"@deriv/quill-icons": "^2.1.2",
"@rsbuild/plugin-basic-ssl": "^1.1.1",
"@svgr/core": "^8.1.0",
"@tanstack/react-query": "^5.29.2",
Expand Down
20 changes: 4 additions & 16 deletions src/components/layout/header/header-config.tsx
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
import { ReactNode } from 'react';
import {
LegacyCashierIcon as CashierLogo,
LegacyHomeOldIcon as TradershubLogo,
LegacyHomeNewIcon as TradershubLogo,
LegacyReportsIcon as ReportsLogo,
} from '@deriv/quill-icons/Legacy';
import {
PartnersProductBinaryBotBrandLightLogoWordmarkHorizontalIcon as BinaryBotLogo,
PartnersProductSmarttraderBrandLightLogoWordmarkIcon as SmarttraderLogo,
} from '@deriv/quill-icons/Logo';
import {
DerivProductDerivBotBrandLightLogoWordmarkHorizontalIcon as DerivBotLogo,
DerivProductDerivTraderBrandLightLogoWordmarkHorizontalIcon as DerivTraderLogo,
DerivProductBrandLightDerivBotLogoWordmarkIcon as DerivBotLogo,
DerivProductBrandLightDerivTraderLogoWordmarkIcon as DerivTraderLogo,
PartnersProductBrandLightSmarttraderLogoWordmarkIcon as SmarttraderLogo,
} from '@deriv/quill-icons/Logo';

export type PlatformsConfig = {
Expand Down Expand Up @@ -66,15 +63,6 @@ export const platformsConfig: PlatformsConfig[] = [
icon: <SmarttraderLogo height={32} width={153} />,
showInEU: false,
},
{
active: false,
buttonIcon: <BinaryBotLogo height={24} width={100} />,
description:
'Our classic “drag-and-drop” tool for creating trading bots, featuring pop-up trading charts, for advanced users.',
href: 'https://bot.deriv.com',
icon: <BinaryBotLogo height={32} width={133} />,
showInEU: false,
},
];

export const TRADERS_HUB_LINK_CONFIG = {
Expand Down
Loading

0 comments on commit 6fc6bfd

Please sign in to comment.