File tree Expand file tree Collapse file tree 4 files changed +548
-191
lines changed Expand file tree Collapse file tree 4 files changed +548
-191
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ export const homeStyles = css`
117117 color : var (--color-foreground--50 );
118118 }
119119
120- account-content {
120+ gl-home- account-content {
121121 margin-bottom : 0 ;
122122 }
123123` ;
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import '../shared/components/code-icon';
1212import '../shared/components/feature-badge' ;
1313import '../shared/components/overlays/tooltip' ;
1414import '../shared/components/promo' ;
15- import '../plus/account /components/account-content' ;
15+ import '../plus/shared /components/home- account-content' ;
1616import './components/feature-nav' ;
1717import './components/home-nav' ;
1818import './components/repo-alerts' ;
@@ -38,9 +38,9 @@ export class GlHomeApp extends GlApp<State> {
3838 </ main >
3939
4040 < footer class ="home__footer ">
41- < account-content id ="account-content ">
41+ < gl-home- account-content id ="account-content ">
4242 < gl-home-nav class ="home__nav "> </ gl-home-nav >
43- </ account-content >
43+ </ gl-home- account-content>
4444 </ footer >
4545 </ div >
4646 ` ;
You can’t perform that action at this time.
0 commit comments