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`
117
117
color : var (--color-foreground--50 );
118
118
}
119
119
120
- account-content {
120
+ gl-home- account-content {
121
121
margin-bottom : 0 ;
122
122
}
123
123
` ;
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import '../shared/components/code-icon';
12
12
import '../shared/components/feature-badge' ;
13
13
import '../shared/components/overlays/tooltip' ;
14
14
import '../shared/components/promo' ;
15
- import '../plus/account /components/account-content' ;
15
+ import '../plus/shared /components/home- account-content' ;
16
16
import './components/feature-nav' ;
17
17
import './components/home-nav' ;
18
18
import './components/repo-alerts' ;
@@ -38,9 +38,9 @@ export class GlHomeApp extends GlApp<State> {
38
38
</ main >
39
39
40
40
< footer class ="home__footer ">
41
- < account-content id ="account-content ">
41
+ < gl-home- account-content id ="account-content ">
42
42
< gl-home-nav class ="home__nav "> </ gl-home-nav >
43
- </ account-content >
43
+ </ gl-home- account-content>
44
44
</ footer >
45
45
</ div >
46
46
` ;
You can’t perform that action at this time.
0 commit comments