From 3be46bd9ca6e836838002b67a5f205e91c2bd19b Mon Sep 17 00:00:00 2001 From: chambaz Date: Mon, 21 Oct 2024 10:36:14 -0400 Subject: [PATCH] chore: add hotjar --- apps/marginfi-landing-page/src/app/layout.tsx | 15 ++++++++++++++- apps/marginfi-v2-trading/src/pages/_app.tsx | 14 ++++++++++++++ apps/marginfi-v2-ui/src/pages/_app.tsx | 15 ++++++++++++++- 3 files changed, 42 insertions(+), 2 deletions(-) diff --git a/apps/marginfi-landing-page/src/app/layout.tsx b/apps/marginfi-landing-page/src/app/layout.tsx index 06d8b3847e..4d05c78c8e 100644 --- a/apps/marginfi-landing-page/src/app/layout.tsx +++ b/apps/marginfi-landing-page/src/app/layout.tsx @@ -1,6 +1,6 @@ +import Script from "next/script"; import { SpeedInsights } from "@vercel/speed-insights/next"; import { GoogleAnalytics, GoogleTagManager } from "@next/third-parties/google"; - import { Header } from "~/components/header"; import type { Metadata } from "next"; @@ -27,6 +27,19 @@ export default function RootLayout({ <> +