@@ -110,6 +110,7 @@ export default function Startups(): JSX.Element {
110110 // Use partner config if available, otherwise use defaults
111111 const titleContent = partnerConfig ? partnerConfig . title : < span > for startups</ span >
112112 const creditValue = partnerConfig ? partnerConfig . value : '$50,000'
113+ const applyUrl = `https://app.posthog.com/startups${ partnerSlug ? `/${ partnerSlug } ` : '' } `
113114
114115 return (
115116 < >
@@ -148,11 +149,7 @@ export default function Startups(): JSX.Element {
148149 < li > Create a PostHog account and add a credit card</ li >
149150 < li >
150151 After onboarding,{ ' ' }
151- < Link
152- to = "https://app.posthog.com/startups"
153- external
154- className = "underline font-semibold"
155- >
152+ < Link to = { applyUrl } external className = "underline font-semibold" >
156153 complete this form
157154 </ Link >
158155 </ li >
@@ -237,7 +234,7 @@ export default function Startups(): JSX.Element {
237234 < li > Partner benefits</ li >
238235 </ ul >
239236
240- < OSButton asLink to = "https://app.posthog.com/startups" variant = "primary" size = "md" external >
237+ < OSButton asLink to = { applyUrl } variant = "primary" size = "md" external >
241238 Apply now
242239 </ OSButton >
243240
@@ -454,11 +451,7 @@ export default function Startups(): JSX.Element {
454451 < p >
455452 Just sign up to a paid plan in PostHog (you're only charged for usage) and
456453 then fill in this{ ' ' }
457- < Link
458- to = "https://app.posthog.com/startups"
459- external
460- className = "underline font-semibold"
461- >
454+ < Link to = { applyUrl } external className = "underline font-semibold" >
462455 form
463456 </ Link >
464457 . We will apply the credit automatically if you're eligible. If you're
0 commit comments