Skip to content

Commit

Permalink
fix: correct hotjar_id
Browse files Browse the repository at this point in the history
  • Loading branch information
Oshioke-Salaki authored Nov 28, 2024
1 parent 99c4467 commit d5b947a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/app/components/internal/Analytics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Analytics = () => {
__html: `
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:5222700,hjsv:6};
h._hjSettings={hjid:5224041,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
Expand All @@ -22,4 +22,4 @@ const Analytics = () => {
);
};

export { Analytics };
export { Analytics };

0 comments on commit d5b947a

Please sign in to comment.