Skip to content

Commit be4c734

Browse files
fix(client): hidden banner for roadmap (#468)
1 parent 3eb4d60 commit be4c734

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ import {
4646
<al-banner-carousel
4747
class="mb-4 inline-block"
4848
[banners]="slides"
49+
[class]="layoutConfig() ? 'hidden' : ''"
4950
[msPerSlide]="msPerSlide()!"
5051
/>
5152
}

0 commit comments

Comments
 (0)