We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f563e21 commit 120cc73Copy full SHA for 120cc73
src/webviews/apps/plus/account/components/account-content.ts
@@ -259,6 +259,17 @@ export class AccountContent extends LitElement {
259
260
case SubscriptionState.Free:
261
case SubscriptionState.FreeInPreviewTrial:
262
+ return html`
263
+ <p>
264
+ Sign up for access to our developer productivity and collaboration services, e.g. Workspaces, or
265
+ <a href="command:gitlens.plus.login">sign in</a>.
266
+ </p>
267
+ <button-container>
268
+ <gl-button full href="command:gitlens.plus.signUp">Sign Up</gl-button>
269
+ </button-container>
270
+ <p>Signing up starts a free 7-day GitKraken trial.</p>
271
+ `;
272
+
273
case SubscriptionState.FreePreviewTrialExpired:
274
return html`
275
<p>
0 commit comments