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';
1010import '../../../shared/components/code-icon' ;
1111import '../../../shared/components/overlays/popover' ;
1212import '../../../shared/components/promo' ;
13- import '../../../shared/components/snow' ;
13+ // import '../../../shared/components/snow';
1414
1515@customElement ( 'gl-home-header' )
1616export class GLHomeHeader extends LitElement {
@@ -65,7 +65,7 @@ export class GLHomeHeader extends LitElement {
6565 override render ( ) {
6666 return html `< gl-promo-banner > </ gl-promo-banner >
6767 < 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 >
6969 < gl-integrations-chip > </ gl-integrations-chip >
7070 </ div >
7171 < gl-onboarding > </ gl-onboarding > ` ;
You can’t perform that action at this time.
0 commit comments