Skip to content

Commit

Permalink
Add cb.id cutoff + update tooltip (#869)
Browse files Browse the repository at this point in the history
  • Loading branch information
omkarb authored Aug 19, 2024
1 parent ce0b945 commit 9bf6885
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/web/src/components/Basenames/RegistrationFlow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export function RegistrationFlow() {
/>
{IS_EARLY_ACCESS && (
<Tooltip
content="shrekislove.base.eth is already taken."
content="shrek.base.eth is already taken."
className="mx-auto mt-6 flex items-center justify-center"
>
<>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export default function RegistrationLearnMoreModal({
)}
</li>
<li className="flex items-center gap-3">
<Tooltip content="cb.id must have been claimed prior to Basenames launch">
<Tooltip content="cb.id must have been claimed prior to August 9, 2024.">
<div className="flex flex-row items-center justify-start gap-2">
<ImageWithLoading
src={cbidVerification as StaticImageData}
Expand Down

0 comments on commit 9bf6885

Please sign in to comment.