@ -9,6 +9,7 @@ import {
TYPOGRAPHY ,
JUSTIFY _CONTENT ,
FONT _WEIGHT ,
DISPLAY ,
} from '../../../helpers/constants/design-system' ;
import {
ThreeStepProgressBar ,
@ -59,16 +60,13 @@ export default function SecureYourWallet() {
justifyContent = { JUSTIFY _CONTENT . CENTER }
textAlign = { TEXT _ALIGN . CENTER }
marginBottom = { 4 }
marginTop = { 8 }
>
< Typography variant = { TYPOGRAPHY . H2 } fontWeight = { FONT _WEIGHT . BOLD } >
{ t ( 'seedPhraseIntroTitle' ) }
< / T y p o g r a p h y >
< / B o x >
< Box
justifyContent = { JUSTIFY _CONTENT . CENTER }
textAlign = { TEXT _ALIGN . CENTER }
marginBottom = { 6 }
>
< Box justifyContent = { JUSTIFY _CONTENT . CENTER } marginBottom = { 6 } >
< Typography
variant = { TYPOGRAPHY . H4 }
className = "secure-your-wallet__details"
@ -121,56 +119,53 @@ export default function SecureYourWallet() {
{ t ( 'seedPhraseIntroRecommendedButtonCopy' ) }
< / B u t t o n >
< / B o x >
< Box marginBottom = { 4 } textAlign = { TEXT _ALIGN . CENTER } >
< Typography
tag = "span"
variant = { TYPOGRAPHY . H4 }
fontWeight = { FONT _WEIGHT . BOLD }
boxProps = { { display : 'block' } }
>
{ t ( 'seedPhraseIntroSidebarTitleOne' ) }
< / T y p o g r a p h y >
< Typography tag = "span" variant = { TYPOGRAPHY . H4 } >
{ t ( 'seedPhraseIntroSidebarCopyOne' ) }
< / T y p o g r a p h y >
< / B o x >
< Box marginBottom = { 4 } textAlign = { TEXT _ALIGN . CENTER } >
< Typography
tag = "span"
variant = { TYPOGRAPHY . H4 }
fontWeight = { FONT _WEIGHT . BOLD }
boxProps = { { display : 'block' } }
>
{ t ( 'seedPhraseIntroSidebarTitleTwo' ) }
< / T y p o g r a p h y >
< ul className = "secure-your-wallet__list" >
< li > { t ( 'seedPhraseIntroSidebarBulletOne' ) } < / l i >
< li > { t ( 'seedPhraseIntroSidebarBulletTwo' ) } < / l i >
< li > { t ( 'seedPhraseIntroSidebarBulletThree' ) } < / l i >
< li > { t ( 'seedPhraseIntroSidebarBulletFour' ) } < / l i >
< / u l >
< / B o x >
< Box marginBottom = { 6 } textAlign = { TEXT _ALIGN . CENTER } >
< Typography
tag = "span"
variant = { TYPOGRAPHY . H4 }
fontWeight = { FONT _WEIGHT . BOLD }
boxProps = { { display : 'block' } }
>
{ t ( 'seedPhraseIntroSidebarTitleThree' ) }
< / T y p o g r a p h y >
< Typography tag = "span" variant = { TYPOGRAPHY . H4 } >
{ t ( 'seedPhraseIntroSidebarCopyTwo' ) }
< / T y p o g r a p h y >
< / B o x >
< Box
className = "secure-your-wallet__highlighted"
marginBottom = { 2 }
textAlign = { TEXT _ALIGN . CENTER }
>
< Typography tag = "span" variant = { TYPOGRAPHY . H4 } >
{ t ( 'seedPhraseIntroSidebarCopyThree' ) }
< / T y p o g r a p h y >
< Box >
< Box marginBottom = { 4 } >
< Typography
tag = "p"
variant = { TYPOGRAPHY . H4 }
fontWeight = { FONT _WEIGHT . BOLD }
boxProps = { { display : DISPLAY . BLOCK } }
>
{ t ( 'seedPhraseIntroSidebarTitleOne' ) }
< / T y p o g r a p h y >
< Typography tag = "p" variant = { TYPOGRAPHY . H4 } >
{ t ( 'seedPhraseIntroSidebarCopyOne' ) }
< / T y p o g r a p h y >
< / B o x >
< Box marginBottom = { 4 } >
< Typography
tag = "p"
variant = { TYPOGRAPHY . H4 }
fontWeight = { FONT _WEIGHT . BOLD }
boxProps = { { display : DISPLAY . BLOCK } }
>
{ t ( 'seedPhraseIntroSidebarTitleTwo' ) }
< / T y p o g r a p h y >
< ul className = "secure-your-wallet__list" >
< li > { t ( 'seedPhraseIntroSidebarBulletOne' ) } < / l i >
< li > { t ( 'seedPhraseIntroSidebarBulletThree' ) } < / l i >
< li > { t ( 'seedPhraseIntroSidebarBulletFour' ) } < / l i >
< / u l >
< / B o x >
< Box marginBottom = { 6 } >
< Typography
tag = "p"
variant = { TYPOGRAPHY . H4 }
fontWeight = { FONT _WEIGHT . BOLD }
boxProps = { { display : DISPLAY . BLOCK } }
>
{ t ( 'seedPhraseIntroSidebarTitleThree' ) }
< / T y p o g r a p h y >
< Typography tag = "p" variant = { TYPOGRAPHY . H4 } >
{ t ( 'seedPhraseIntroSidebarCopyTwo' ) }
< / T y p o g r a p h y >
< / B o x >
< Box className = "secure-your-wallet__highlighted" marginBottom = { 2 } >
< Typography tag = "p" variant = { TYPOGRAPHY . H4 } >
{ t ( 'seedPhraseIntroSidebarCopyThree' ) }
< / T y p o g r a p h y >
< / B o x >
< / B o x >
< / d i v >
) ;