Skip to content

Commit

Permalink
fix(nx-dev): Remove announcement banner
Browse files Browse the repository at this point in the history
(cherry picked from commit 232e124)
  • Loading branch information
ndcunningham authored and FrozenPandaz committed Jul 24, 2024
1 parent b789e9e commit 48aad32
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nx-dev/nx-dev/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import type { Metadata, Viewport } from 'next';
import { AnnouncementBanner } from '@nx/nx-dev/ui-common';
import AppRouterAnalytics from './app-router-analytics';
import GlobalScripts from './global-scripts';

Expand Down Expand Up @@ -80,7 +79,6 @@ export default function RootLayout({
/>
</head>
<body className="h-full bg-white text-slate-700 antialiased selection:bg-blue-500 selection:text-white dark:bg-slate-900 dark:text-slate-400 dark:selection:bg-sky-500">
<AnnouncementBanner />
{children}
<GlobalScripts gaMeasurementId={gaMeasurementId} />
</body>
Expand Down

0 comments on commit 48aad32

Please sign in to comment.