diff --git a/src/pages/regulatory/index.tsx b/src/pages/regulatory/index.tsx index 35ca69c2635..3ab1ca87c61 100644 --- a/src/pages/regulatory/index.tsx +++ b/src/pages/regulatory/index.tsx @@ -1,7 +1,7 @@ import React from 'react' -import { Hero, AccordionBlock, BlockWrapper } from '@deriv-com/blocks' -import { Text, Heading } from '@deriv/quill-design' -import { CustomLink } from '@deriv-com/components' +import { Hero, AccordionBlock, BlockWrapper, ContentText } from '@deriv-com/blocks' +import { Text, Heading, FluidContainer } from '@deriv/quill-design' +import { CustomLink, Breadcrumbs } from '@deriv-com/components' import * as styles from './eu_grid.module.scss' import EUgrid from './_eu-grid' import DocumentAccordion from './_document_accordion' @@ -20,26 +20,46 @@ const Regulatory = () => { return ( - } - className="bg-solid-slate-75" - > +
+ + + +
- - - - - - + } + description={ + <> + + + + + + + + } + >
- +
{!is_region_loading ? ( is_row || is_cpa_plan ? null : ( <> @@ -55,7 +75,7 @@ const Regulatory = () => { , ]} /> @@ -79,7 +99,7 @@ const Regulatory = () => {
{
{ />
- -
- - Deriv (FX) Ltd - - - - , - , - ]} - /> - - - - -
-
- -
- - Deriv (BVI) Ltd - - - - , - ]} - /> - - - - -
-
- -
- - Deriv (V) Ltd - - - - , - , - ]} - /> - - - - -
-
- -
- - Deriv (SVG) LLC - - - - - - - - -
-
- -
- - Deriv.com Limited - - - - - -
-
- -
- - The Financial Commission - - - - , - ]} - /> - - - , - , - ]} - /> - -
-
- - ) - ) : ( - - )} - - {is_row || is_cpa_plan ? ( - <> - -
- - Deriv Investments (Europe) Limited - - - , - ]} - /> - -
-
- -
- - Deriv (FX) Ltd - - + + , , ]} /> -
-
- -
- - Deriv (BVI) Ltd - + - + + , ]} /> -
-
- -
- - Deriv (V) Ltd - + - + + , , ]} /> -
-
- -
- - Deriv (SVG) LLC - + - + + -
-
- -
- - Deriv.com Limited - + + -
-
- -
- - The Financial Commission - + - + + , ]} /> , + , ]} /> -
-
+ + + ) + ) : ( + + )} + + {is_row || is_cpa_plan ? ( + <> + + + , + ]} + /> + + + + + + , + , + ]} + /> + + + + + + + + + , + ]} + /> + + + + + + + + + , + , + ]} + /> + + + + + + + + + + + + + + + + + + , + ]} + /> + + + , + ]} + /> + + ) : null}