diff --git a/app/components/home.tsx b/app/components/home.tsx index c4dffb8e0..5da490378 100644 --- a/app/components/home.tsx +++ b/app/components/home.tsx @@ -1,7 +1,6 @@ "use client"; require("../polyfill"); -import Hotjar from '@hotjar/browser'; import { useState, useEffect } from "react"; import styles from "./home.module.scss"; @@ -30,14 +29,7 @@ import { getClientConfig } from "../config/client"; import { type ClientApi, getClientApi } from "../client/api"; import { useAccessStore } from "../store"; import clsx from "clsx"; -const siteId = 5237727; -const hotjarVersion = 6; -Hotjar.init(siteId, hotjarVersion); -// Initializing with `debug` option: -Hotjar.init(siteId, hotjarVersion, { - debug: true -}); export function Loading(props: { noLogo?: boolean }) { return (