From 58f2d6fe5747c20af3f3f141883be079c986a804 Mon Sep 17 00:00:00 2001 From: mitra-fs Date: Thu, 27 Jan 2022 12:11:12 +0330 Subject: [PATCH 1/2] Make Apps list in footer same as Trade list for EU --- src/components/layout/footer/main-links.js | 50 +++++++++++----------- 1 file changed, 26 insertions(+), 24 deletions(-) diff --git a/src/components/layout/footer/main-links.js b/src/components/layout/footer/main-links.js index ce595f8cf33..50cef456be7 100644 --- a/src/components/layout/footer/main-links.js +++ b/src/components/layout/footer/main-links.js @@ -133,30 +133,32 @@ const MainLinksSection = ({ is_ppc, is_ppc_redirect }) => { {localize('DTrader')} - - - {localize('SmartTrader')} - - - - {localize('DBot')} - - - - {localize('Binary Bot')} - - + + + + {localize('SmartTrader')} + + + + {localize('DBot')} + + + + {localize('Binary Bot')} + + + From cbebbffd4c7860ad0cacb50957ca1b45f3ba712d Mon Sep 17 00:00:00 2001 From: mitra-fs Date: Thu, 27 Jan 2022 13:19:09 +0330 Subject: [PATCH 2/2] Replace `Show.NonEU` with `NonEU` --- src/components/layout/footer/main-links.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/layout/footer/main-links.js b/src/components/layout/footer/main-links.js index 50cef456be7..38ac8dc2e98 100644 --- a/src/components/layout/footer/main-links.js +++ b/src/components/layout/footer/main-links.js @@ -2,7 +2,7 @@ import React from 'react' import PropTypes from 'prop-types' import { LinksWrapper, LinkWrapper, LinksCol, Title, Link } from './common/style.js' import { localize } from 'components/localization' -import { Flex, Show } from 'components/containers' +import { Flex, Show, NonEU } from 'components/containers' import { deriv_status_page_url } from 'common/constants' const MainLinksSection = ({ is_ppc, is_ppc_redirect }) => { @@ -37,20 +37,20 @@ const MainLinksSection = ({ is_ppc, is_ppc_redirect }) => { {localize('DTrader')} - + {localize('Deriv GO')} {localize('DBot')} - + {localize('DMT5')} - + {localize('Deriv X')} @@ -75,7 +75,7 @@ const MainLinksSection = ({ is_ppc, is_ppc_redirect }) => { {localize('Binary Bot')} - + {!is_ppc && ( @@ -85,11 +85,11 @@ const MainLinksSection = ({ is_ppc, is_ppc_redirect }) => { {localize('CFDs')} - + {localize('Options')} - + {localize('Multipliers')} @@ -133,7 +133,7 @@ const MainLinksSection = ({ is_ppc, is_ppc_redirect }) => { {localize('DTrader')} - + { {localize('Binary Bot')} - +