Skip to content

Commit

Permalink
chore(website): add measurement id for GA
Browse files Browse the repository at this point in the history
Signed-off-by: Praveen Yadav <pyadav9678@gmail.com>
  • Loading branch information
pyadav committed Feb 19, 2024
1 parent 9c9e835 commit 84ef294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/apps/website/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function RootLayout({
<Providers>{children}</Providers>
</div>
</body>
<GoogleAnalytics gaId="G-Y922M67ET7" />
<GoogleAnalytics gaId="G-0Y6575MBK9" />
</html>
);
}

0 comments on commit 84ef294

Please sign in to comment.