add google analytics

This commit is contained in:
drupaldev143
2024-12-15 11:29:46 +03:30
parent 3454f2fc72
commit dea00673a0
+1 -1
View File
@@ -25,11 +25,11 @@ export default function RootLayout({ children }) {
content="width=device-width,initial-scale=1,maximum-scale=1" content="width=device-width,initial-scale=1,maximum-scale=1"
/> />
<ThemeRegistry> <ThemeRegistry>
<GoogleTagManager gtmId="G-HG3RZ1PJS5" />
<body className="bg-[#FAFAFA]"> <body className="bg-[#FAFAFA]">
<Providers>{children}</Providers> <Providers>{children}</Providers>
<CustomToastify /> <CustomToastify />
</body> </body>
<GoogleAnalytics gaId="G-HG3RZ1PJS5" />
</ThemeRegistry> </ThemeRegistry>
</html> </html>
); );