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"
|
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>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user