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>
|
||||
{/* Hotjar Tracking Code for https://manifold.markets */}
|
||||
<Script>
|
||||
<Script id="hotjar">
|
||||
{`
|
||||
function(h,o,t,j,a,r){
|
||||
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
|
||||
|
|
Loading…
Reference in New Issue
Block a user