Skip to content

Commit

Permalink
fix: hotjar id
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Oct 19, 2024
1 parent 19e0d76 commit 2fc0545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/analytics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const analytics = () => {
});
amplitude.add(sessionReplayTracking);

hotjar.initialize({ id: 5101939, sv: 6 });
hotjar.initialize({ id: 5120800, sv: 6 });
ReactGA.initialize("G-PFZ0BCQHMY");
TagManager.initialize({
gtmId: "GTM-NKWDMQ52",
Expand Down

0 comments on commit 2fc0545

Please sign in to comment.