Skip to content

Commit

Permalink
Remove legacy hotjar implementation
Browse files Browse the repository at this point in the history
Hotjar is now loaded through the GTM
  • Loading branch information
sashko9807 committed Nov 30, 2023
1 parent 80157f5 commit 4e0381a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 29 deletions.
8 changes: 0 additions & 8 deletions public/js/hotJarLib.js

This file was deleted.

17 changes: 0 additions & 17 deletions src/common/hotjar/HotJar.tsx

This file was deleted.

4 changes: 0 additions & 4 deletions src/components/client/index/IndexPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ import PartnersSection from './sections/PartnersSection/PartnersSection'
import TeamMembersSection from './sections/TeamMembersSection/TeamMembersSection'
import JoinPodkrepiBgSection from './sections/JoinPodkrepiBgSection/JoinPodkrepiBgSection'
import FaqSection from './sections/FaqSection/FaqSection'
import dynamic from 'next/dynamic'

const HotJar = dynamic(() => import('common/hotjar/HotJar'), { ssr: false })

export default function IndexPage() {
const { t } = useTranslation('index')
Expand All @@ -23,7 +20,6 @@ export default function IndexPage() {
disableGutters
title={t('title')}
metaDescription={t('metaDescription')}>
<HotJar />
<ActiveCampaignsSection />
<CompletedCampaignsSection />
<PlatformStatisticsSection />
Expand Down

0 comments on commit 4e0381a

Please sign in to comment.