Add id to hotjar script
Apparently needed by NextJS
This commit is contained in:
parent
c99cf7579b
commit
bf07b45467
|
@ -40,7 +40,7 @@ function MyApp({ Component, pageProps }: AppProps) {
|
||||||
`}
|
`}
|
||||||
</Script>
|
</Script>
|
||||||
{/* Hotjar Tracking Code for https://manifold.markets */}
|
{/* Hotjar Tracking Code for https://manifold.markets */}
|
||||||
<Script>
|
<Script id="hotjar">
|
||||||
{`
|
{`
|
||||||
function(h,o,t,j,a,r){
|
function(h,o,t,j,a,r){
|
||||||
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
|
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user