File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/webviews/apps/plus/shared/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import '../../../shared/components/button-container';
10
10
import '../../../shared/components/code-icon' ;
11
11
import '../../../shared/components/overlays/popover' ;
12
12
import '../../../shared/components/promo' ;
13
- import '../../../shared/components/snow' ;
13
+ // import '../../../shared/components/snow';
14
14
15
15
@customElement ( 'gl-home-header' )
16
16
export class GLHomeHeader extends LitElement {
@@ -65,7 +65,7 @@ export class GLHomeHeader extends LitElement {
65
65
override render ( ) {
66
66
return html `< gl-promo-banner > </ gl-promo-banner >
67
67
< div class ="container " tabindex ="-1 ">
68
- < span class ="group "> < gl-account-chip > </ gl-account-chip > < gl-snow > </ gl-snow > </ span >
68
+ < span class ="group "> < gl-account-chip > </ gl-account-chip > </ span >
69
69
< gl-integrations-chip > </ gl-integrations-chip >
70
70
</ div >
71
71
< gl-onboarding > </ gl-onboarding > ` ;
You can’t perform that action at this time.
0 commit comments