Skip to content

Commit

Permalink
hotfix(masterbots.ai): google analytics gaid (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
TopETH authored and AndlerRL committed May 21, 2024
1 parent 627f141 commit f4bef58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/masterbots.ai/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default async function RootLayout({ children }: RootLayoutProps) {
</Providers>
</GlobalStoreProvider>

<GoogleAnalytics gaId="G-78N0Z7NPQJ" />
<GoogleAnalytics gaId="G-N135BF99HS" />

</body>
</html>
Expand Down

0 comments on commit f4bef58

Please sign in to comment.