Skip to content

Commit e1a90bb

Browse files
tgberkeleyTom Gotsman
andauthored
fix affiliate link (#1602)
Co-authored-by: Tom Gotsman <[email protected]>
1 parent ed927cc commit e1a90bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pcweb/pages/affiliates/affiliates.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def features() -> rx.Component:
115115
),
116116
rx.link(
117117
button("Become a Partner", variant="primary", size="xl"),
118-
href="https://app.lemcal.com/@alek/reflex-demo?back=1",
118+
href="https://cal.com/team/reflex/affiliate-program",
119119
is_external=True,
120120
class_name="p-3 border border-slate-3 rounded-[1.375rem] border-solid lg:mt-0 mt-4",
121121
),
@@ -163,7 +163,7 @@ def features_small_screen():
163163
rx.box(
164164
rx.link(
165165
button("Become a Partner", variant="primary", size="xl"),
166-
href="https://app.lemcal.com/@alek/reflex-demo?back=1",
166+
href="https://cal.com/team/reflex/affiliate-program",
167167
is_external=True,
168168
class_name="p-3 border border-slate-3 rounded-[1.375rem] border-solid lg:mt-0 mt-4",
169169
),

0 commit comments

Comments
 (0)