Skip to content

Commit

Permalink
Add create new wallet option
Browse files Browse the repository at this point in the history
  • Loading branch information
n9lsjr committed Apr 30, 2024
1 parent 688aba6 commit da4b995
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/routes/auth/login-wallet/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
<p>{$wallet.currentWallet}.wallet</p>
{#if !$wallet.started}
<p class="import" on:click={() => openFromFile()}>Open another wallet</p>
<p class="import" on:click={() => goto('/auth/create-wallet')}>Create a new wallet</p>
{/if}
</div>
Expand Down Expand Up @@ -211,7 +212,7 @@
gap: 1rem;
align-items: center;
p{
p {
margin: 0;
}
}
Expand Down

0 comments on commit da4b995

Please sign in to comment.