Skip to content

Commit 53734fa

Browse files
committed
feat: redirect to sign up page with ref.
1 parent 7feca7c commit 53734fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/api/referral/route.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ async function sendEmail(prospects: any, ref: any, member: any) {
116116
<p>It's easy to join the Co-op and start making an impact in our community! Just click the link below to complete your membership registration:</p>
117117
118118
<p>
119-
<span style="font-weight: bold;">👉 <a href="https://www.pasoroblescoop.com" style="color: black; text-decoration: none;">Join Now</a></span>
119+
<span style="font-weight: bold;">👉 <a href="https://www.pasofoodcooperative.com/join-now1.html?enterReferral=${ref}" style="color: black; text-decoration: none;">Join Now</a></span>
120120
</p>
121-
<p>Your unique referral code is <strong>${ref}</strong>—be sure to confirm/enter it during registration.</p>
121+
<p>Your referral code is <strong>${ref}</strong>—be sure to confirm/enter it during registration.</p>
122122
123123
<p>Feel free to reach out if you have any questions or want to learn more about what makes the Paso Robles Food Co-op special. Our monthly meeting is every 4<sup>th</sup> Wednesday at 6pm. All details and info at our website: <a href="www.pasofoodcooperative.com" style="color: #333; text-decoration: underline;">www.pasofoodcooperative.com</a></p>
124124

0 commit comments

Comments
 (0)