Skip to content

Commit d9f34f4

Browse files
authored
Up CTA (#100)
Up cta
1 parent 59a701b commit d9f34f4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/app/sdk/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ export default function SDKPage() {
8282
</p>
8383

8484
<div className="flex flex-row gap-[16px] flex-wrap items-center justify-center pt-[50px] pb-[50px]">
85-
<CTALink href={urls.getStudioEditorUrl()}>Try the Editor</CTALink>
85+
<CTALink href={urls.getStudioEditorUrl()}>Open Playground</CTALink>
8686
<CTALink
87-
href={urls.getSignInUrl({ ref: "heroAccount" })}
87+
href={urls.getSdkLicensesUrl({ ref: "heroAccount" })}
8888
variant="tertiary"
8989
>
90-
Create Account
90+
Get License
9191
</CTALink>
9292
</div>
9393

0 commit comments

Comments
 (0)