Skip to content

Commit

Permalink
Update layout.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
omrilotan authored Dec 7, 2024
1 parent 28e059f commit 9f17c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default function RootLayout({
</nav>
</header>
<main>
<ClosureNotice display={false} />
<ClosureNotice display={true} />
{children}
<footer>
<NavList filter="footer" />
Expand Down

0 comments on commit 9f17c46

Please # to comment.