Skip to content

Commit 232e124

Browse files
ndcunninghamjuristr
authored andcommittedJul 24, 2024·
fix(nx-dev): Remove announcement banner
1 parent 684d2a9 commit 232e124

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎nx-dev/nx-dev/app/layout.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import type { Metadata, Viewport } from 'next';
2-
import { AnnouncementBanner } from '@nx/nx-dev/ui-common';
32
import AppRouterAnalytics from './app-router-analytics';
43
import GlobalScripts from './global-scripts';
54

@@ -80,7 +79,6 @@ export default function RootLayout({
8079
/>
8180
</head>
8281
<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 />
8482
{children}
8583
<GlobalScripts gaMeasurementId={gaMeasurementId} />
8684
</body>

0 commit comments

Comments
 (0)
Please sign in to comment.