diff --git a/apps/portal/src/components/global/AppShell.tsx b/apps/portal/src/components/global/AppShell.tsx index a458a433..20306d7f 100644 --- a/apps/portal/src/components/global/AppShell.tsx +++ b/apps/portal/src/components/global/AppShell.tsx @@ -13,6 +13,7 @@ import OffersNavigation from '~/components/offers/OffersNavigation'; import QuestionsNavigation from '~/components/questions/QuestionsNavigation'; import ResumesNavigation from '~/components/resumes/ResumesNavigation'; +import GoogleAnalytics from './GoogleAnalytics'; import MobileNavigation from './MobileNavigation'; import type { ProductNavigationItems } from './ProductNavigation'; import ProductNavigation from './ProductNavigation'; @@ -106,6 +107,7 @@ export default function AppShell({ children }: Props) { const router = useRouter(); const currentProductNavigation: Readonly<{ + googleAnalyticsMeasurementID: string; navigation: ProductNavigationItems; showGlobalNav: boolean; title: string; @@ -128,84 +130,87 @@ export default function AppShell({ children }: Props) { })(); return ( -