File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ interface FlowStepStoryProps extends FlowStepProps {
1616const JsxChildren = (
1717 < >
1818 < BodyMd mb = { 2 } >
19- Provide an ETH address and a BTC Recovery address to generate an unique
20- BTC deposit address. < Link color = "purple.500" > Read more</ Link >
19+ Provide an ETH address and a BTC Recovery address to generate a unique BTC
20+ deposit address. < Link color = "purple.500" > Read more</ Link >
2121 </ BodyMd >
2222 < Image maxW = "240px" src = { DepositBTCAddressCreationImage } />
2323 </ >
@@ -39,7 +39,7 @@ FlowStep.args = {
3939 preTitle : "Step 1" ,
4040 title : "Provide Data" ,
4141 children :
42- "Provide an ETH address and a BTC Recovery address to generate an unique BTC deposit address." ,
42+ "Provide an ETH address and a BTC Recovery address to generate a unique BTC deposit address." ,
4343 isDescriptionHidden : false ,
4444 isDescriptionArrowHidden : false ,
4545}
You can’t perform that action at this time.
0 commit comments