Skip to content

Commit

Permalink
fix: change ref code link
Browse files Browse the repository at this point in the history
  • Loading branch information
chambaz committed Oct 20, 2024
1 parent 445b1de commit 985032a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mrgn-ui/src/components/wallet-v2/wallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ const Wallet = ({
</li>
<li>
<CopyToClipboard
text={`https://www.mfi.gg/refer/${userPointsData.referralLink}`}
text={`https://app.marginfi.com/refer/${userPointsData.referralLink}`}
onCopy={() => {
if (userPointsData.referralLink && userPointsData.referralLink.length > 0) {
setIsReferralCopied(true);
Expand Down

0 comments on commit 985032a

Please sign in to comment.