Skip to content

Commit 120cc73

Browse files
Restores Free and Preview Trial states in Account view
1 parent f563e21 commit 120cc73

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/webviews/apps/plus/account/components/account-content.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,17 @@ export class AccountContent extends LitElement {
259259

260260
case SubscriptionState.Free:
261261
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+
262273
case SubscriptionState.FreePreviewTrialExpired:
263274
return html`
264275
<p>

0 commit comments

Comments
 (0)