Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Mitra/Remove copyright and all rights reserved #2524

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions src/components/layout/besquare/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,16 +135,6 @@ const BeSquareFooter = () => {
</TextContainer>
</ContentContainer>
</Section>
<Section color="black-3">
<TextWrapper
max_width={['100%']}
font_size={['14px']}
line_height={['19.6px']}
padding={['21px 120px', '19px 16px']}
>
&copy; {localize('2021 Deriv | All rights reserved')}
</TextWrapper>
</Section>
</React.Fragment>
)
}
Expand Down
25 changes: 0 additions & 25 deletions src/components/layout/copyright.js

This file was deleted.

2 changes: 0 additions & 2 deletions src/components/layout/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -39,7 +38,6 @@ const Footer = ({ type, is_ppc, is_ppc_redirect, academy }) => {
is_eu_country={is_eu_country}
/>
<DisclaimerSection is_academy={academy} />
<CopyrightSection />
<BottomSocialSection type={type} />
<AdditionalEUSection />
</FooterGrid>
Expand Down
22 changes: 0 additions & 22 deletions src/components/layout/footer/copyright.js

This file was deleted.

2 changes: 0 additions & 2 deletions src/components/layout/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -184,7 +183,6 @@ const Layout = ({
break
case 'interim':
Navigation = <NavInterim interim_type={interim_type} />
FooterNav = <Copyright />
break
case 'partners':
Navigation = <NavPartners no_login_signup={no_login_signup} />
Expand Down