feat: make the default 'create identifier' be from a new seed

This commit is contained in:
2025-09-10 07:04:58 -06:00
parent 69c922284e
commit 626071281f

View File

@@ -27,7 +27,7 @@
need an identifier. need an identifier.
</p> </p>
<router-link <router-link
:to="{ name: 'start' }" :to="{ name: 'new-identifier' }"
class="inline-block text-md bg-gradient-to-b from-blue-400 to-blue-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white px-4 py-2 rounded-md" class="inline-block text-md bg-gradient-to-b from-blue-400 to-blue-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white px-4 py-2 rounded-md"
> >
Create An Identifier Create An Identifier