diff --git a/src/components/layout/footer/main-links.js b/src/components/layout/footer/main-links.js index ce595f8cf33..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,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')} + + +