Skip to content

Commit 4c6d35a

Browse files
committed
fix: manicode -> codebuff
1 parent 8cbc380 commit 4c6d35a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/app/referrals/[code]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export default function RedeemPage({ params }: { params: { code: string } }) {
106106
</li>
107107
<li>
108108
Run Codebuff in Terminal
109-
<InputWithCopyButton text={'manicode'} />
109+
<InputWithCopyButton text={'codebuff'} />
110110
</li>
111111
{!data?.status.reason && (
112112
<li>

0 commit comments

Comments
 (0)