File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ import { Spinner } from '~/components/Spinner'
3636import { ThemeProvider , useHtmlClass } from '~/components/ThemeProvider'
3737import { Navbar } from '~/components/Navbar'
3838import { THEME_COLORS } from '~/utils/utils'
39- import { useHubSpotChat } from '~/hooks/useHubSpotChat'
4039import { trackPageView } from '~/utils/analytics'
4140import { twMerge } from 'tailwind-merge'
4241
@@ -148,9 +147,6 @@ function ShellComponent({ children }: { children: React.ReactNode }) {
148147 select : ( matches ) => matches . find ( ( d ) => d . staticData ?. baseParent ) ,
149148 } )
150149
151- // HubSpot chat loads on configured pages (see useHubSpotChat hook)
152- useHubSpotChat ( )
153-
154150 const isNavigating = useRouterState ( {
155151 select : ( s ) => s . isLoading || s . isTransitioning ,
156152 } )
Original file line number Diff line number Diff line change @@ -715,13 +715,6 @@ html.dark .shiki.aurora-x span[style*='color:#546E7A'] {
715715 @apply border-t-0 border-gray-500/10 shadow-md text-gray-800;
716716}
717717
718- /* Hubspot */
719-
720- # hubspot-messages-iframe-container {
721- @apply translate-x-[10px ] translate-y-[10px ];
722- @apply dark:scheme-dark;
723- }
724-
725718/* Markdown Alerts */
726719
727720.not-prose .markdown-alert {
You can’t perform that action at this time.
0 commit comments