From 011a41fd3cd0bf598a0a80f82f2b5b81ac07460c Mon Sep 17 00:00:00 2001 From: shanejonas Date: Thu, 24 Sep 2020 13:03:56 -0700 Subject: [PATCH] fix(onboarding): clean up onboarding view --- src/containers/MyApp.tsx | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/src/containers/MyApp.tsx b/src/containers/MyApp.tsx index 1f4af7c..e134447 100644 --- a/src/containers/MyApp.tsx +++ b/src/containers/MyApp.tsx @@ -569,24 +569,31 @@ const MyApp = () => { }} header={ - - 🔐 - - - Welcome to sig.tools + + + + + Getting Started + + + +
+ 🔐 sig.tools -  is a tool to enable the distributed creation and (non-custodial) management of cryptographic - accounts for the Ethereum Stack. - -  sig.tools can not recover funds +  manages cryptographic accounts for the Ethereum stack. + +
+ + + sig.tools can not recover funds . - Keep your keyfile safe. + Keep your keyfile and password in a safe place.
} - formData={Object.assign({}, { newAccount: { name: "🧙‍♂️" } }, state.context.createData)} + formData={state.context.createData} title={"Set Up Your Account"} onSubmit={(e) => send("SUBMIT", { ...e, type: "SUBMIT" })} >