Fix hotjar typo
Copy+pasting is hard >.>
This commit is contained in:
parent
bf07b45467
commit
805a997ba0
|
@ -42,7 +42,7 @@ function MyApp({ Component, pageProps }: AppProps) {
|
||||||
{/* Hotjar Tracking Code for https://manifold.markets */}
|
{/* Hotjar Tracking Code for https://manifold.markets */}
|
||||||
<Script id="hotjar">
|
<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)};
|
||||||
h._hjSettings={hjid:2968940,hjsv:6};
|
h._hjSettings={hjid:2968940,hjsv:6};
|
||||||
a=o.getElementsByTagName('head')[0];
|
a=o.getElementsByTagName('head')[0];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user