mirror of
https://github.com/placeholder-soft/web.git
synced 2026-01-12 22:45:00 +08:00
copy change (#1130)
This commit is contained in:
@@ -332,8 +332,8 @@ export default function RegistrationForm() {
|
||||
</div>
|
||||
{code && (
|
||||
<div className="relative z-10 -mt-8 rounded-xl bg-gradient-to-r from-indigo-40 to-orange-30 px-4 py-4 pt-12 text-center text-lg text-white">
|
||||
Claim your <strong>free creator basename</strong> — See you this{' '}
|
||||
<strong>friday for dinner</strong>
|
||||
Claim your <strong>free creator basename</strong> — See you{' '}
|
||||
<strong>Friday at Botanica</strong>
|
||||
</div>
|
||||
)}
|
||||
|
||||
@@ -341,7 +341,7 @@ export default function RegistrationForm() {
|
||||
<TransactionError className="mt-4 text-center" error={registerNameError} />
|
||||
)}
|
||||
|
||||
{!IS_EARLY_ACCESS && (
|
||||
{!code && !IS_EARLY_ACCESS && (
|
||||
<div className="mt-6 w-full ">
|
||||
<p className="text mr-2 text-center font-bold uppercase ">
|
||||
<span className="text-[#5B616E]">
|
||||
|
||||
Reference in New Issue
Block a user