diff --git a/src/components/layout/besquare/footer.js b/src/components/layout/besquare/footer.js
index 4ac186e15b3..906bbafe432 100644
--- a/src/components/layout/besquare/footer.js
+++ b/src/components/layout/besquare/footer.js
@@ -135,16 +135,6 @@ const BeSquareFooter = () => {
-
-
- © {localize('2021 Deriv | All rights reserved')}
-
-
)
}
diff --git a/src/components/layout/copyright.js b/src/components/layout/copyright.js
deleted file mode 100644
index 664879c0bab..00000000000
--- a/src/components/layout/copyright.js
+++ /dev/null
@@ -1,25 +0,0 @@
-import React from 'react'
-import { Box, Container } from 'components/containers'
-import { Text } from 'components/elements'
-import { Localize } from 'components/localization'
-import CopyrightIc from 'images/svg/layout/copyright-white.svg'
-
-const Copyright = () => {
- const current_year = new Date().getFullYear()
-
- return (
-
-
-
-
-
-
-
-
- )
-}
-
-export default Copyright
diff --git a/src/components/layout/footer.js b/src/components/layout/footer.js
index 29a6dfb34b3..1a0e832c051 100644
--- a/src/components/layout/footer.js
+++ b/src/components/layout/footer.js
@@ -6,7 +6,6 @@ import { DefaultFooter, FooterGrid } from './footer/common/style.js'
import LogoSection from './footer/logo'
import MainLinksSection from './footer/main-links'
import DisclaimerSection from './footer/disclaimer'
-import CopyrightSection from './footer/copyright'
import BottomSocialSection from './footer/bottom-social-wrapper'
import AdditionalEUSection from './footer/additional-eu'
import { DerivStore } from 'store'
@@ -39,7 +38,6 @@ const Footer = ({ type, is_ppc, is_ppc_redirect, academy }) => {
is_eu_country={is_eu_country}
/>
-
diff --git a/src/components/layout/footer/copyright.js b/src/components/layout/footer/copyright.js
deleted file mode 100644
index 161fb6530f5..00000000000
--- a/src/components/layout/footer/copyright.js
+++ /dev/null
@@ -1,22 +0,0 @@
-import React from 'react'
-import { CopyrightWrapper } from './common/style.js'
-import { Localize } from 'components/localization'
-import CopyrightIc from 'images/svg/layout/copyright.svg'
-import { Text } from 'components/elements'
-const CopyrightSection = () => {
- const current_year = new Date().getFullYear()
-
- return (
-
-
-
-
-
-
- )
-}
-
-export default CopyrightSection
diff --git a/src/components/layout/layout.js b/src/components/layout/layout.js
index 08baaa988d2..03ee6e12e93 100644
--- a/src/components/layout/layout.js
+++ b/src/components/layout/layout.js
@@ -3,7 +3,6 @@ import Loadable from '@loadable/component'
import PropTypes from 'prop-types'
import styled from 'styled-components'
import useGTMData from '../hooks/use-gtm-data'
-import Copyright from './copyright'
import { Nav, NavStatic, NavPartners, NavInterim, NavSticky } from './nav'
import JumpIndicesNav from './jump-indices/nav'
import NavAcademy from './academy/nav-academy'
@@ -184,7 +183,6 @@ const Layout = ({
break
case 'interim':
Navigation =
- FooterNav =
break
case 'partners':
Navigation =