This repository was archived by the owner on May 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ export const Benefits = () => {
5252 < article className = { styles . InformationContainer } >
5353 < ImageContainer image = 'personalisation' alt = 'personalisation' />
5454 < section className = { styles . InformationContent } >
55- < h1 > Personalize your trading</ h1 >
55+ < h1 > Personalise your trading</ h1 >
5656 < Text type = 'subtitle-2' as = 'p' >
5757 Personalize your trading apps to match your needs. Create charts and views the way you
5858 like them. Develop your trading app using any common programming language and extend
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export const GetStarted = () => {
2929 < Text type = 'subtitle-1' bold className = { `${ styles . dark } ${ styles . header } ` } as = 'h2' >
3030 1. Learn about our API
3131 </ Text >
32- < p > Understand basic concepts and terminologies. </ p >
32+ < p > Understand basic concepts and terminologies</ p >
3333 </ section >
3434 < figure className = { styles . arrowIcon } >
3535 < img src = 'img/home-arrow.svg' />
@@ -47,7 +47,7 @@ export const GetStarted = () => {
4747 < Text type = 'subtitle-1' bold className = { `${ styles . dark } ${ styles . header } ` } as = 'h2' >
4848 2. Sign up
4949 </ Text >
50- < p > Create a free Deriv account to access our API. </ p >
50+ < p > Create a free Deriv account to access our API</ p >
5151 </ section >
5252 < figure className = { styles . arrowIcon } >
5353 < img src = 'img/home-arrow.svg' />
@@ -64,7 +64,7 @@ export const GetStarted = () => {
6464 < Text type = 'subtitle-1' bold className = { `${ styles . dark } ${ styles . header } ` } as = 'h2' >
6565 3. Register your app
6666 </ Text >
67- < p > Fill out the registration form to start using Deriv API. </ p >
67+ < p > Fill out the registration form to start using Deriv API</ p >
6868 </ section >
6969 < figure className = { styles . arrowIcon } >
7070 < img src = 'img/home-arrow.svg' />
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export const HeroHeader = () => {
66 return (
77 < header className = { styles . HeroImageStyle } data-testid = 'hero-header' >
88 < div className = { styles . HeroContainerStyle } >
9- < Text type = 'heading-1 ' as = { 'h1' } bold className = { styles . heading } aria-level = { 2 } >
9+ < Text type = 'hero ' as = { 'h1' } bold className = { styles . heading } aria-level = { 2 } >
1010 Deriv API
1111 </ Text >
1212 < Text
You can’t perform that action at this time.
0 commit comments