Skip to content

Commit 1414b16

Browse files
authored
Add Flag for SDK (#84)
1 parent d10767b commit 1414b16

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/lib/urls.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ const urls = {
2424
getStudioEditorUrl: () =>
2525
`${APP_URL}/playground?${UTM_PARAMS}&utm_medium=tryEditor`,
2626
getSignInUrl: (props: UrlProps) =>
27-
`${APP_URL}/signin?${UTM_PARAMS}${getRef(props)}`,
27+
`${APP_URL}/signin?${UTM_PARAMS}${getRef(props)}&signupintent=sdk`,
2828
getSdkLicensesUrl: (props: UrlProps) =>
29-
`${APP_URL}/dashboard/sdk/licenses?${UTM_PARAMS}${getRef(props)}`,
29+
`${APP_URL}/dashboard/sdk/licenses?${UTM_PARAMS}${getRef(props)}&signupintent=sdk`,
3030
getAiLandingUrl: (ref = "") =>
3131
`${APP_URL}/ai?${UTM_PARAMS}${getRef({ ref })}`,
3232
getHomeUrl: () => "/",

0 commit comments

Comments
 (0)