adjust the messaging for setting one's name

This commit is contained in:
2025-05-23 13:04:49 -06:00
parent 9b9e263ab1
commit 55302f44c9

View File

@@ -75,6 +75,9 @@
> >
Set Your Name Set Your Name
</button> </button>
<p class="text-xs text-slate-500 mt-1">
(Don't worry: until you share it, this is not visible to anyone -- even the servers.)
</p>
<UserNameDialog ref="userNameDialog" /> <UserNameDialog ref="userNameDialog" />
</span> </span>
<div class="flex justify-center mt-4"> <div class="flex justify-center mt-4">
@@ -200,7 +203,7 @@
</p> </p>
<router-link <router-link
:to="{ name: 'contact-qr' }" :to="{ name: 'contact-qr' }"
class="inline-block text-md uppercase 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"
> >
Share Your Info Share Your Info
</router-link> </router-link>