From f67569a25e1b3477401740ad89749e229bdada6f Mon Sep 17 00:00:00 2001 From: Monkey Date: Fri, 9 Aug 2024 14:11:31 -0400 Subject: [PATCH] replace Dialog.tsx changes --- src/components/Dialog.tsx | 26 +++++++++----------------- 1 file changed, 9 insertions(+), 17 deletions(-) diff --git a/src/components/Dialog.tsx b/src/components/Dialog.tsx index 905b001..c7cba34 100644 --- a/src/components/Dialog.tsx +++ b/src/components/Dialog.tsx @@ -25,28 +25,20 @@ const DialogComponent = ({ return ( - Mnemonic - - - Your mnemonic provides full access to your wallet and funds. Make sure - to note it down. + Mnemonic + + + Your mnemonic provides full access to your wallet and funds.
+ Make sure to note it down.
- + Do not share your mnemonic with anyone
- - - + + +
);