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.

Suthesh/page-description-tnc #2448

Merged
Merged
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
4 changes: 2 additions & 2 deletions src/pages/terms-and-conditions/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react'
import styled from 'styled-components'
import ClientGrid from './_clients-grid'
import BusinessGrid from './_business-grid'
import ClientGrid from './_clients-grid'
import { SEO, SectionContainer, Container, Flex } from 'components/containers'
import Layout from 'components/layout/layout'
import { Header, Tabs } from 'components/elements'
Expand All @@ -17,7 +17,7 @@ const TermsAndConditions = () => {
<SEO
title={localize('Terms and conditions | Legal policies | Deriv')}
description={localize(
'Read our terms and conditions to know Deriv manages data feeds, security, privacy, and more.',
'Read our terms and conditions to know how Deriv manages data feeds, security, privacy, and more.',
)}
/>
<Section>
Expand Down