Skip to content

Commit

Permalink
Fix Share Review Redemption Pop-Up Spelling Error (#1038)
Browse files Browse the repository at this point in the history
  • Loading branch information
rners01 authored Sep 20, 2023
1 parent f0fc425 commit 70f5e54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const _ReviewAfterRedemption = ({ classes, reward, referralCode, onCloseClick, o
const [isCopied, setIsCopied] = useState(false)
const modalContainerRef = useRef(null)
const [referralText, setReferralText] = useState(
`I just got ${reward?.name} though Salad! Signup with referral code ${referralCode} and get 2X earnings! salad.com/download`,
`I just got ${reward?.name} through Salad! Signup with referral code ${referralCode} and get 2X earnings! salad.com/download`,
)

useDetectClickOutsideElement(modalContainerRef, onCloseClick)
Expand Down

0 comments on commit 70f5e54

Please sign in to comment.