Skip to content

Commit

Permalink
gfds
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajrekwar committed Aug 7, 2024
1 parent f758272 commit 885d0cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ export default function RootLayout({
}>) {
return (
<html lang="en" className="scroll-smooth bg-primary focus:scroll-auto">
<head>

<GoogleAnalytics
gaId={process.env.NEXT_PUBLIC_GOOGLE_ANALYTICS_ID as string}
gaId='G-0PCHHEHDFJ'
/>
<GoogleTagManager
gtmId={process.env.NEXT_PUBLIC_GOOGLE_TAG_MANAGER as string}
gtmId='GTM-MV76385'
/>
</head>

<body className={dm_Sans.className}>
<FloatingNavDemo />
<ThemeProvider>{children}</ThemeProvider>
Expand Down

0 comments on commit 885d0cd

Please sign in to comment.