diff --git a/themes/gatsby-theme-deriv/src/common/constants.ts b/themes/gatsby-theme-deriv/src/common/constants.ts index 0137b2d947f..360da2188ef 100644 --- a/themes/gatsby-theme-deriv/src/common/constants.ts +++ b/themes/gatsby-theme-deriv/src/common/constants.ts @@ -129,7 +129,7 @@ export const ctrader_android_url = 'https://play.google.com/store/apps/details?i //to be updated with ctrader ios url later export const ctrader_ios_url = 'https://download.mql5.com/cdn/mobile/mt5/ios?server=Deriv-Demo,Deriv-Server' - +export const how_to_trade_accumulator_video_id = '917007011' export const ctrader_web_browser_url = 'ct.deriv.com' export const ctrader_traders_hub_url = ' https://app.deriv.com/appstore/traders-hub' export const ctrader_windows_url = 'https://getctrader.com/deriv/ctrader-deriv-setup.exe' diff --git a/themes/gatsby-theme-deriv/src/features/components/quill/videoModal/index.tsx b/themes/gatsby-theme-deriv/src/features/components/quill/videoModal/index.tsx index 3a10f69bd20..8b714746914 100644 --- a/themes/gatsby-theme-deriv/src/features/components/quill/videoModal/index.tsx +++ b/themes/gatsby-theme-deriv/src/features/components/quill/videoModal/index.tsx @@ -12,16 +12,14 @@ const VideoModal = ({ video_id, isOpen, onClose }: VideoModalProps) => { const handleClose = useCallback(() => onClose(), [onClose]) return ( -