analytics

master
alex 2024-01-24 21:18:21 +01:00
parent 1955d5083a
commit de5d29179f
2 changed files with 19 additions and 0 deletions

View File

@ -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>

View File

@ -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" }}>