We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59a701b commit d9f34f4Copy full SHA for d9f34f4
1 file changed
src/app/sdk/page.tsx
@@ -82,12 +82,12 @@ export default function SDKPage() {
82
</p>
83
84
<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>
+ <CTALink href={urls.getStudioEditorUrl()}>Open Playground</CTALink>
86
<CTALink
87
- href={urls.getSignInUrl({ ref: "heroAccount" })}
+ href={urls.getSdkLicensesUrl({ ref: "heroAccount" })}
88
variant="tertiary"
89
>
90
- Create Account
+ Get License
91
</CTALink>
92
</div>
93
0 commit comments