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" })} >