fix: some 🐛
This commit is contained in:
parent
a264b747e7
commit
7c34042da3
11 changed files with 27 additions and 69 deletions
|
|
@ -86,14 +86,14 @@ function AccountManagerNav({
|
|||
}}
|
||||
className="w-full mt-4"
|
||||
>
|
||||
{t('Signup with Nstart wizard')}
|
||||
{t('Sign up')}
|
||||
</Button>
|
||||
<Button
|
||||
variant="link"
|
||||
onClick={() => setPage('generate')}
|
||||
className="w-full text-muted-foreground py-0 h-fit mt-1"
|
||||
>
|
||||
{t('or generate your private key here')}
|
||||
{t('or simply generate a private key')}
|
||||
</Button>
|
||||
</div>
|
||||
{accounts.length > 0 && (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue