Skip to content

Commit

Permalink
copy change
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkas committed Oct 22, 2024
1 parent e641486 commit b4a739e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/web/src/components/Basenames/RegistrationForm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -332,16 +332,16 @@ 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> &mdash; See you this{' '}
<strong>friday for dinner</strong>
Claim your <strong>free creator basename</strong> &mdash; See you{' '}
<strong>Friday at Botanica</strong>
</div>
)}

{registerNameError && (
<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]">
Expand Down

0 comments on commit b4a739e

Please sign in to comment.