We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 684d2a9 commit 232e124Copy full SHA for 232e124
nx-dev/nx-dev/app/layout.tsx
@@ -1,5 +1,4 @@
1
import type { Metadata, Viewport } from 'next';
2
-import { AnnouncementBanner } from '@nx/nx-dev/ui-common';
3
import AppRouterAnalytics from './app-router-analytics';
4
import GlobalScripts from './global-scripts';
5
@@ -80,7 +79,6 @@ export default function RootLayout({
80
79
/>
81
</head>
82
<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">
83
- <AnnouncementBanner />
84
{children}
85
<GlobalScripts gaMeasurementId={gaMeasurementId} />
86
</body>
0 commit comments