Skip to content

Commit 8ba9875

Browse files
committed
Uncouples home account component from account webview
1 parent b302534 commit 8ba9875

File tree

4 files changed

+548
-191
lines changed

4 files changed

+548
-191
lines changed

src/webviews/apps/home/home.css.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
`;

src/webviews/apps/home/home.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import '../shared/components/code-icon';
1212
import '../shared/components/feature-badge';
1313
import '../shared/components/overlays/tooltip';
1414
import '../shared/components/promo';
15-
import '../plus/account/components/account-content';
15+
import '../plus/shared/components/home-account-content';
1616
import './components/feature-nav';
1717
import './components/home-nav';
1818
import './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
`;

0 commit comments

Comments
 (0)