File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
src/webviews/apps/plus/shared/components Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ export class GLHomeAccountContent extends LitElement {
219
219
${ when (
220
220
this . hasAccount ,
221
221
( ) => html `
222
- < span class ="header__actions " hidden >
222
+ < span class ="header__actions ">
223
223
< gl-button
224
224
appearance ="toolbar "
225
225
href ="command:gitlens.plus.logout "
@@ -288,12 +288,8 @@ export class GLHomeAccountContent extends LitElement {
288
288
appearance ="secondary "
289
289
full
290
290
href ="command:gitlens.plus.cloudIntegrations.manage?%7B%22source%22%3A%22account%22%7D "
291
- hidden
292
291
> Integrations</ gl-button
293
292
>
294
- < gl-button appearance ="secondary " full href ="command:gitlens.plus.logout "
295
- > Sign Out</ gl-button
296
- >
297
293
</ button-container >
298
294
< p >
299
295
Your ${ getSubscriptionPlanName ( this . planId ) } plan provides full access to all Pro features
You can’t perform that action at this time.
0 commit comments