Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 30471c3

Browse files
committed
Version that works with production build footer + recent posts 🚀
1 parent ff713d3 commit 30471c3

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

src/components/design-system/templates/blog-page-template.tsx

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,11 @@ export const BlogPageTemplate: FC<BlogPageProps> = ({
5555
date={date}
5656
cookieConsentColor={blogPrimaryColor}
5757
/>
58-
{!pageOpenedInApp && (
59-
<BlogMenu
60-
trackingCategory={trackingCategory}
61-
pathname={location.pathname}
62-
/>
63-
)}
64-
<ContentContainer pageOpenedFromApp={pageOpenedInApp}>
58+
<BlogMenu
59+
trackingCategory={trackingCategory}
60+
pathname={location.pathname}
61+
/>
62+
<ContentContainer pageOpenedFromApp={false}>
6563
<DesktopBlogHeader big={big} />
6664
{children}
6765
</ContentContainer>

0 commit comments

Comments
 (0)