From a158abac0bbc38755328b2665d85edaca6fe2cce Mon Sep 17 00:00:00 2001 From: Adwait Gharpure <69599306+Adw8@users.noreply.github.com> Date: Thu, 15 Feb 2024 10:24:34 +0530 Subject: [PATCH] Put reset button at the bottom (#15) * Put reset button at the bottom * Review changes --------- Co-authored-by: Adw8 --- App.tsx | 8 ++++++- components/HomeScreen.tsx | 48 ++++++++++++++++----------------------- 2 files changed, 27 insertions(+), 29 deletions(-) diff --git a/App.tsx b/App.tsx index 97d231f..4c639aa 100644 --- a/App.tsx +++ b/App.tsx @@ -14,7 +14,13 @@ const App = (): React.JSX.Element => { return ( - + { {currentAccount && currentAccount.pubKey} - - - + - - - - + Sign Message + + + + + ) : (