Skip to content

Commit fc2016c

Browse files
committed
fix(nx-dev): disable notifier for now
1 parent 5176a1e commit fc2016c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export default function RootLayout({
8080
</head>
8181
<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">
8282
{children}
83-
<LiveStreamNotifier />
83+
{/* <LiveStreamNotifier /> */}
8484
<GlobalScripts gaMeasurementId={gaMeasurementId} />
8585
</body>
8686
</html>

nx-dev/nx-dev/pages/_app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export default function CustomApp({
8080
Skip to content
8181
</Link>
8282
<Component {...pageProps} />
83-
<LiveStreamNotifier />
83+
{/* <LiveStreamNotifier /> */}
8484

8585
{/* Global Site Tag (gtag.js) - Google Analytics */}
8686
<Script

0 commit comments

Comments
 (0)