Skip to content

Commit

Permalink
Remove status message
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-vasconcelos committed Jan 17, 2024
1 parent 0763cb3 commit 259a08d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nextjs/app/[locale]/(frontend)/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import FrontendWrapper from '@/components/FrontendWrapper/FrontendWrapper';
import FrontendBrandSwitcher from '@/components/FrontendBrandSwitcher/FrontendBrandSwitcher';
import FrontendHeader from '@/components/FrontendHeader/FrontendHeader';
import FrontendFooter from '@/components/FrontendFooter/FrontendFooter';
import StatusMessage from '@/components/StatusMessage/StatusMessage';
// import StatusMessage from '@/components/StatusMessage/StatusMessage';
// import MaintenanceWarning from '@/components/MaintenanceWarning/MaintenanceWarning';

/* * */
Expand All @@ -14,7 +14,7 @@ export default function Layout({ children, params: { locale } }) {
<FrontendWrapper>
<FrontendBrandSwitcher />
<FrontendHeader />
<StatusMessage />
{/* <StatusMessage /> */}
{/* <MaintenanceWarning /> */}
{children}
<FrontendFooter />
Expand Down

0 comments on commit 259a08d

Please sign in to comment.