diff --git a/src/pages/home/platform-carousel/_details.tsx b/src/pages/home/platform-carousel/_details.tsx index 5efd60c8b04..1f6c6c95c97 100644 --- a/src/pages/home/platform-carousel/_details.tsx +++ b/src/pages/home/platform-carousel/_details.tsx @@ -12,28 +12,28 @@ const DownloadLink = styled(StyledLink)` const image_query = graphql` query { - platforms_mt5: file(relativePath: { eq: "home/platforms_mt5.png" }) { + platforms_deriv_go: file(relativePath: { eq: "home/platforms_deriv_go_m.png" }) { ...fadeIn } - platforms_dtrader: file(relativePath: { eq: "home/platforms_dtrader.png" }) { - ...homePageHeroFadeIn - } - platforms_derivx: file(relativePath: { eq: "home/platforms_derivx.png" }) { + platforms_mt5: file(relativePath: { eq: "home/platforms_mt5_m.png" }) { ...fadeIn } - platforms_dbot: file(relativePath: { eq: "home/platforms_dbot.png" }) { + platforms_dtrader: file(relativePath: { eq: "home/platforms_dtrader_m.png" }) { + ...homePageHeroFadeIn + } + platforms_derivx: file(relativePath: { eq: "home/platforms_derivx_m.png" }) { ...fadeIn } - platforms_deriv_go: file(relativePath: { eq: "home/platforms_deriv_go.png" }) { + platforms_dbot: file(relativePath: { eq: "home/platforms_dbot_m.png" }) { ...fadeIn } - platforms_smarttrader: file(relativePath: { eq: "home/platforms_smarttrader.png" }) { + platforms_smarttrader: file(relativePath: { eq: "home/platforms_smarttrader_m.png" }) { ...fadeIn } - platforms_binary_bot: file(relativePath: { eq: "home/platforms_binary_bot.png" }) { + platforms_binary_bot: file(relativePath: { eq: "home/platforms_binary_bot_m.png" }) { ...fadeIn } - platforms_api: file(relativePath: { eq: "home/platforms_api.png" }) { + platforms_api: file(relativePath: { eq: "home/platforms_api_m.png" }) { ...fadeIn } } diff --git a/src/pages/home/platform-carousel/_mobile-platform-carousel.tsx b/src/pages/home/platform-carousel/_mobile-platform-carousel.tsx index aa2e88f1424..64e362734da 100644 --- a/src/pages/home/platform-carousel/_mobile-platform-carousel.tsx +++ b/src/pages/home/platform-carousel/_mobile-platform-carousel.tsx @@ -67,6 +67,9 @@ const settings = { const image_query = graphql` query { + platforms_deriv_go: file(relativePath: { eq: "home/platforms_deriv_go_m.png" }) { + ...fadeIn + } platforms_mt5: file(relativePath: { eq: "home/platforms_mt5_m.png" }) { ...fadeIn } @@ -79,9 +82,6 @@ const image_query = graphql` platforms_dbot: file(relativePath: { eq: "home/platforms_dbot_m.png" }) { ...fadeIn } - platforms_deriv_go: file(relativePath: { eq: "home/platforms_deriv_go_m.png" }) { - ...fadeIn - } platforms_smarttrader: file(relativePath: { eq: "home/platforms_smarttrader_m.png" }) { ...fadeIn }