fix visibility after adding contact, and some messaging

This commit is contained in:
2024-01-15 12:06:33 -07:00
parent 6ab4c40fd0
commit 32c9076c39
6 changed files with 20 additions and 11 deletions

View File

@@ -44,14 +44,14 @@
@click="onClickNo()"
class="block w-full text-center text-md uppercase bg-slate-500 text-white px-1.5 py-2 rounded-md mt-2"
>
No
No, I have a seed
</a>
<a
v-if="numAccounts > 0"
@click="onClickDerive()"
class="block w-full text-center text-md uppercase bg-slate-500 text-white px-1.5 py-2 rounded-md mt-2"
>
Derive New Address from Seed Imported Previously
Derive new address from existing seed
</a>
</div>
</section>