Skip to content

Commit 96c5b75

Browse files
authored
feat(client): hide top banner (#439)
1 parent 9f69146 commit 96c5b75

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

libs/blog/shell/feature-shell-web/src/lib/root-shell.component.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@ import { SearchComponent } from '@angular-love/blog/search/feature-search';
1616
import {
1717
AdImageBanner,
1818
AlBannerCarouselComponent,
19-
TopBannerComponent,
2019
} from '@angular-love/blog/shared/ad-banner';
2120

2221
@Component({
2322
selector: 'al-root-shell',
2423
template: `
25-
<al-top-banner #topBanner />
24+
<!-- <al-top-banner #topBanner />-->
2625
<div class="sticky top-0 z-10 w-full">
2726
<al-header
2827
class="block w-full"
@@ -52,7 +51,6 @@ import {
5251
SearchComponent,
5352
NgClass,
5453
AlBannerCarouselComponent,
55-
TopBannerComponent,
5654
],
5755
})
5856
export class RootShellComponent {

0 commit comments

Comments
 (0)