Skip to content

Commit af37d1b

Browse files
feat(blog): make ad-banner visible (#296)
1 parent 74b0d80 commit af37d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/blog/ad-banner/data-access/src/lib/state/ad-banner.store.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type AdBannerState = {
1515

1616
// @todo remove hardcoded adBanner state when BFF is ready
1717
const initialState: AdBannerState = {
18-
adBannerVisible: false,
18+
adBannerVisible: true,
1919
adBanner: {
2020
title: 'FREE EBOOK: The Ultimate Guide to Angular Evolution',
2121
title_mobile: 'Free ebook',

0 commit comments

Comments
 (0)