Try out Hotjar
This commit is contained in:
parent
c2320a07be
commit
c99cf7579b
|
@ -39,6 +39,19 @@ function MyApp({ Component, pageProps }: AppProps) {
|
||||||
gtag('config', 'G-SSFK1Q138D');
|
gtag('config', 'G-SSFK1Q138D');
|
||||||
`}
|
`}
|
||||||
</Script>
|
</Script>
|
||||||
|
{/* Hotjar Tracking Code for https://manifold.markets */}
|
||||||
|
<Script>
|
||||||
|
{`
|
||||||
|
function(h,o,t,j,a,r){
|
||||||
|
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
|
||||||
|
h._hjSettings={hjid:2968940,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>
|
||||||
<Head>
|
<Head>
|
||||||
<title>Manifold Markets — A market for every question</title>
|
<title>Manifold Markets — A market for every question</title>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user