analytics
parent
1955d5083a
commit
de5d29179f
|
@ -29,4 +29,19 @@
|
||||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
(function (c, l, a, r, i, t, y) {
|
||||||
|
c[a] =
|
||||||
|
c[a] ||
|
||||||
|
function () {
|
||||||
|
(c[a].q = c[a].q || []).push(arguments);
|
||||||
|
};
|
||||||
|
t = l.createElement(r);
|
||||||
|
t.async = 1;
|
||||||
|
t.src = "https://www.clarity.ms/tag/" + i;
|
||||||
|
y = l.getElementsByTagName(r)[0];
|
||||||
|
y.parentNode.insertBefore(t, y);
|
||||||
|
})(window, document, "clarity", "script", "kr0pale8uy");
|
||||||
|
</script>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -182,6 +182,10 @@ export function SideMenuContent({
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<ZeitAdler width={200} height={60} />
|
<ZeitAdler width={200} height={60} />
|
||||||
|
|
||||||
|
{isDevelopmentEnv() && (
|
||||||
|
<p style={{ color: "#6878d6", fontWeight: "bold" }}>DEV</p>
|
||||||
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div style={{ overflowY: "scroll" }}>
|
<div style={{ overflowY: "scroll" }}>
|
||||||
|
|
Loading…
Reference in New Issue