diff --git a/src/views/Home/components/LandingPage/LandingPage.tsx b/src/views/Home/components/LandingPage/LandingPage.tsx index 6a7b185..cb3820a 100644 --- a/src/views/Home/components/LandingPage/LandingPage.tsx +++ b/src/views/Home/components/LandingPage/LandingPage.tsx @@ -57,8 +57,8 @@ export default function LandingPage() { setshowExistingUsert(true) ) : ( toast({ - title: 'You haven\'t create account yet.', - description: "Try creating an account and you will be able to access your account information.", + title: 'You haven\'t created a wallet yet.', + description: "Try creating a wallet first and you will be able to access your information.", status: 'info', duration: 5000, isClosable: true, @@ -184,26 +184,26 @@ export default function LandingPage() { {loggedInUser ? - + signOut()} cursor={'pointer'}> } - onClick={() => signOut()} /> + {userName} : - + signIn()} cursor={'pointer'}> } - onClick={() => signIn()} /> + Sign in }