Skip to content

Commit 657d2b4

Browse files
Brandon ChenBrandon Chen
authored andcommitted
fix: text formatting tweaks
1 parent dd2461c commit 657d2b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

web/src/app/onboard/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ const Onboard = async ({ searchParams }: PageProps) => {
145145
}
146146
redeemReferralMessage = (
147147
<p>
148-
`You&apos;ve earned an extra ${respJson.credits_redeemed} credits from
149-
your referral code!`
148+
You just earned an extra {respJson.credits_redeemed} credits from your
149+
referral code!
150150
</p>
151151
)
152152
} catch (e) {

web/src/app/referrals/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const ReferralsPage = () => {
7373
<CardTitle>You&apos;re not logged in.</CardTitle>
7474
<CardDescription>No code for you!</CardDescription>
7575
</CardHeader>
76-
<CardContent>Log in here to get a referral code</CardContent>
76+
<CardContent>Log in to get your unique referral code</CardContent>
7777
<SignInCardFooter />
7878
</Card>
7979
)

0 commit comments

Comments
 (0)