update: remove em dashes, plans
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user