Skip to content

Commit

Permalink
added google analytics tag
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinsoza committed Nov 25, 2024
1 parent b72754a commit 781f69e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/dapp/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { GoogleAnalytics } from '@next/third-parties/google';
import { ReactNode } from "react";
import { Providers } from "../src/providers/main-provider";

export default function RootLayout({
children,
}: {
Expand All @@ -10,6 +12,7 @@ export default function RootLayout({
<body>
<Providers>{children}</Providers>
</body>
<GoogleAnalytics gaId="GTM-5B5W6PH7" />
</html>
)
}

0 comments on commit 781f69e

Please sign in to comment.