Skip to content

Commit 0253b05

Browse files
authored
chore: update copy (#159)
changed the first sentence on the tooltip
1 parent 9a46bb7 commit 0253b05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/referrals/page.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export function ReferralsList () {
104104
<div>Referred Racha</div>
105105
<div className={`referral-${i} rounded-full bg-hot-red-light text-hot-red px-4 py-2 font-mono text-sm`}>In Progress</div>
106106
<Tooltip anchorSelect={`.referral-${i}`} place="bottom-start">
107-
<p className="max-w-sm">Your referral was successful! You will receive your reward once the referred user has paid for the requisite period of time.</p>
107+
<p className="max-w-sm">A new Racha has hatched! You will receive your reward once the referred user has paid for the requisite period of time.</p>
108108
</Tooltip>
109109
</div>
110110
)
@@ -149,4 +149,4 @@ export default function ReferralsPage () {
149149
</div>
150150
</div >
151151
)
152-
}
152+
}

0 commit comments

Comments
 (0)