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 567019f commit 8063748Copy full SHA for 8063748
src/features/common/components/layout/page-layout/page-layout.component.tsx
@@ -68,15 +68,15 @@ export const PageLayoutComponent: React.FC<LayoutComponentProps> = ({
68
/>
69
</head>
70
<ShellComponent languageCode={languageCode} themeCode={themeCode}>
71
- <PageHeaderComponent
+ {/* <PageHeaderComponent
72
languageCode={languageCode}
73
themeCode={themeCode}
74
75
<main className={styles.main}>{children}</main>
76
<FooterComponent
77
78
dictionary={layoutDictionary.footer}
79
- />
+ /> */}
80
</ShellComponent>
81
</html>
82
);
0 commit comments