update: remove em dashes, plans

This commit is contained in:
2026-03-22 06:18:23 +04:00
parent a1d37c6215
commit 1a0b6bb0fe
10 changed files with 31 additions and 30 deletions
+2 -2
View File
@@ -11,7 +11,7 @@
<div class="w-8 h-8 rounded-full bg-green-500/20 flex items-center justify-center text-green-400 text-lg">✓</div>
<div>
<p class="font-semibold text-white">Account created</p>
<p class="text-xs text-gray-500">Save your key it's how you access your account</p>
<p class="text-xs text-gray-500">Save your key - it's how you access your account</p>
</div>
</div>
@@ -21,7 +21,7 @@
<div class="pt-5 border-t divider">
<form action="/account/email" method="POST" class="space-y-3">
<input type="hidden" name="_form" value="1">
<label class="block text-xs text-gray-500 uppercase tracking-wider mb-1">Email <span class="text-gray-600 normal-case">(optional recovery only)</span></label>
<label class="block text-xs text-gray-500 uppercase tracking-wider mb-1">Email <span class="text-gray-600 normal-case">(optional, recovery only)</span></label>
<input name="email" type="email" placeholder="you@example.com"
class="w-full input-base px-4 py-3 text-gray-100 placeholder-gray-600 text-sm">
<div class="flex gap-2">