aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/onboarding/wrap_eth_onboarding_step.tsx
diff options
context:
space:
mode:
authorfragosti <francesco.agosti93@gmail.com>2018-06-28 08:00:07 +0800
committerfragosti <francesco.agosti93@gmail.com>2018-06-28 08:00:07 +0800
commit382839464f7d554bfc89176f669c4d72df6093f3 (patch)
tree7552bbe12793e715846205752046c9ef4e54a4a9 /packages/website/ts/components/onboarding/wrap_eth_onboarding_step.tsx
parentcce55857950fc20344c9c93b3047a547039fb406 (diff)
downloaddexon-sol-tools-382839464f7d554bfc89176f669c4d72df6093f3.tar
dexon-sol-tools-382839464f7d554bfc89176f669c4d72df6093f3.tar.gz
dexon-sol-tools-382839464f7d554bfc89176f669c4d72df6093f3.tar.bz2
dexon-sol-tools-382839464f7d554bfc89176f669c4d72df6093f3.tar.lz
dexon-sol-tools-382839464f7d554bfc89176f669c4d72df6093f3.tar.xz
dexon-sol-tools-382839464f7d554bfc89176f669c4d72df6093f3.tar.zst
dexon-sol-tools-382839464f7d554bfc89176f669c4d72df6093f3.zip
Break wrapping ETH into a 3rd step
Diffstat (limited to 'packages/website/ts/components/onboarding/wrap_eth_onboarding_step.tsx')
-rw-r--r--packages/website/ts/components/onboarding/wrap_eth_onboarding_step.tsx12
1 files changed, 10 insertions, 2 deletions
diff --git a/packages/website/ts/components/onboarding/wrap_eth_onboarding_step.tsx b/packages/website/ts/components/onboarding/wrap_eth_onboarding_step.tsx
index 700330db2..8af5d8f07 100644
--- a/packages/website/ts/components/onboarding/wrap_eth_onboarding_step.tsx
+++ b/packages/website/ts/components/onboarding/wrap_eth_onboarding_step.tsx
@@ -27,6 +27,14 @@ export const WrapEthOnboardingStep1: React.StatelessComponent<WrapEthOnboardingS
<Text>
Think of it like the coin version of a paper note. It has the same value, but some machines only take coins.
</Text>
+ </div>
+);
+
+export interface WrapEthOnboardingStep2Props {}
+
+export const WrapEthOnboardingStep2: React.StatelessComponent<WrapEthOnboardingStep2Props> = () => (
+ <div className="flex items-center flex-column">
+ <Text>Wrapping your ETH is a reversable transaction, so don't worry about losing your ETH.</Text>
<Text>
Click
<Container display="inline-block" marginLeft="10px" marginRight="10px">
@@ -42,11 +50,11 @@ export const WrapEthOnboardingStep1: React.StatelessComponent<WrapEthOnboardingS
</div>
);
-export interface WrapEthOnboardingStep2Props {
+export interface WrapEthOnboardingStep3Props {
formattedEthBalance: string;
}
-export const WrapEthOnboardingStep2: React.StatelessComponent<WrapEthOnboardingStep2Props> = ({
+export const WrapEthOnboardingStep3: React.StatelessComponent<WrapEthOnboardingStep3Props> = ({
formattedEthBalance,
}) => (
<div className="flex items-center flex-column">