File tree 2 files changed +1
-24
lines changed
2 files changed +1
-24
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import "@/styles/highlight-js-github-dark.min.css";
13
13
import { ClientProviders } from "./client-providers" ;
14
14
import { AppFooter } from "./footer" ;
15
15
import { AppNavbar } from "./navbar" ;
16
- import { NavigationEvents } from "./navigation-events" ;
17
16
18
17
// Fonts
19
18
const inter = Inter ( { subsets : [ "latin" ] , variable : "--font-inter" } ) ;
@@ -60,7 +59,7 @@ export default function RootLayout({
60
59
className = { clsx ( inter . variable , calSans . variable , "antialiased" ) }
61
60
suppressHydrationWarning
62
61
>
63
- < GoogleTagManager gtmId = "AW-847457408 " />
62
+ < GoogleTagManager gtmId = "GTM-NLJR9K93 " />
64
63
< head >
65
64
< PlausibleProvider domain = "argos-ci.com" />
66
65
</ head >
@@ -74,9 +73,6 @@ export default function RootLayout({
74
73
</ div >
75
74
</ TooltipProvider >
76
75
</ ClientProviders >
77
- < Suspense fallback = { null } >
78
- < NavigationEvents />
79
- </ Suspense >
80
76
</ body >
81
77
</ html >
82
78
) ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments