Add get started and learn more to welcome screen, remove welcome page, fix sync logic and UX, set nsec input type to password

This commit is contained in:
artur
2024-02-02 09:49:28 +03:00
parent e5d2b8808b
commit 696adf691f
9 changed files with 100 additions and 59 deletions

View File

@@ -56,6 +56,7 @@ export const ModalImportKeys = () => {
value={enteredNsec}
onChange={handleNsecChange}
fullWidth
type='password'
/>
<Button type='submit'>Import nsec</Button>
</Stack>