add google analytics
This commit is contained in:
+1
-1
@@ -25,11 +25,11 @@ export default function RootLayout({ children }) {
|
||||
content="width=device-width,initial-scale=1,maximum-scale=1"
|
||||
/>
|
||||
<ThemeRegistry>
|
||||
<GoogleTagManager gtmId="G-HG3RZ1PJS5" />
|
||||
<body className="bg-[#FAFAFA]">
|
||||
<Providers>{children}</Providers>
|
||||
<CustomToastify />
|
||||
</body>
|
||||
<GoogleAnalytics gaId="G-HG3RZ1PJS5" />
|
||||
</ThemeRegistry>
|
||||
</html>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user