Skip to content

Commit

Permalink
fix(nx-dev): disable notifier for now
Browse files Browse the repository at this point in the history
  • Loading branch information
juristr committed Nov 15, 2024
1 parent 5176a1e commit fc2016c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nx-dev/nx-dev/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ 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">
{children}
<LiveStreamNotifier />
{/* <LiveStreamNotifier /> */}
<GlobalScripts gaMeasurementId={gaMeasurementId} />
</body>
</html>
Expand Down
2 changes: 1 addition & 1 deletion nx-dev/nx-dev/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export default function CustomApp({
Skip to content
</Link>
<Component {...pageProps} />
<LiveStreamNotifier />
{/* <LiveStreamNotifier /> */}

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

0 comments on commit fc2016c

Please sign in to comment.