Skip to content

Commit d01cdd1

Browse files
d13eamodio
authored andcommitted
Updates hidden logout button on home account
1 parent 30fc1a5 commit d01cdd1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ export class GLHomeAccountContent extends LitElement {
219219
${when(
220220
this.hasAccount,
221221
() => html`
222-
<span class="header__actions" hidden>
222+
<span class="header__actions">
223223
<gl-button
224224
appearance="toolbar"
225225
href="command:gitlens.plus.logout"
@@ -288,12 +288,8 @@ export class GLHomeAccountContent extends LitElement {
288288
appearance="secondary"
289289
full
290290
href="command:gitlens.plus.cloudIntegrations.manage?%7B%22source%22%3A%22account%22%7D"
291-
hidden
292291
>Integrations</gl-button
293292
>
294-
<gl-button appearance="secondary" full href="command:gitlens.plus.logout"
295-
>Sign Out</gl-button
296-
>
297293
</button-container>
298294
<p>
299295
Your ${getSubscriptionPlanName(this.planId)} plan provides full access to all Pro features

0 commit comments

Comments
 (0)