We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74b0d80 commit af37d1bCopy full SHA for af37d1b
libs/blog/ad-banner/data-access/src/lib/state/ad-banner.store.ts
@@ -15,7 +15,7 @@ type AdBannerState = {
15
16
// @todo remove hardcoded adBanner state when BFF is ready
17
const initialState: AdBannerState = {
18
- adBannerVisible: false,
+ adBannerVisible: true,
19
adBanner: {
20
title: 'FREE EBOOK: The Ultimate Guide to Angular Evolution',
21
title_mobile: 'Free ebook',
0 commit comments