Skip to content

Commit

Permalink
Merge pull request #49 from CudoVentures/CUDOS-1188---Adding-Hotjar-t…
Browse files Browse the repository at this point in the history
…racking

lint fixing
  • Loading branch information
avalkov authored Jun 29, 2022
2 parents 302aad7 + 1869a1c commit 6b72a08
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ export default class MyDocument extends Document {
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-NWBZN9R');` }}
/>

<script
dangerouslySetInnerHTML={{ __html:`(function(h,o,t,j,a,r){ h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:3035063,hjsv:6}; a=o.getElementsByTagName('head')[0]; r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv; a.appendChild(r); })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');` }}
<script
dangerouslySetInnerHTML={{ __html: `(function(h,o,t,j,a,r){ h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:3035063,hjsv:6}; a=o.getElementsByTagName('head')[0]; r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv; a.appendChild(r); })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');` }}
/>

<link
Expand Down

0 comments on commit 6b72a08

Please sign in to comment.