Skip to content

Commit

Permalink
feat(nx-dev): disable banner on home page (#22992)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcabanes authored Apr 25, 2024
1 parent cec57c4 commit 5f4dc88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nx-dev/nx-dev/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function Index(): JSX.Element {
}}
/>
<h1 className="sr-only">Next generation monorepo tool</h1>
<AnnouncementBanner />
{/*<AnnouncementBanner />*/}
<Header />
<main id="main" role="main">
<div className="w-full">
Expand Down

0 comments on commit 5f4dc88

Please sign in to comment.