From 71af8468d060cf2cbbb3e17dd8b2482ec927eafc Mon Sep 17 00:00:00 2001 From: JeelRajodiya Date: Sun, 18 Aug 2024 19:24:30 +0530 Subject: [PATCH] add open drawer event --- app/components/NavBar/NavBar.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/components/NavBar/NavBar.tsx b/app/components/NavBar/NavBar.tsx index 204a406..8559815 100644 --- a/app/components/NavBar/NavBar.tsx +++ b/app/components/NavBar/NavBar.tsx @@ -22,6 +22,7 @@ import OutlineDrawer from "../OutlineDrawer"; import { contentManager } from "@/lib/contentManager"; import Progressbar from "../Progressbar"; import NavBarMenu from "../NavBarMenus"; +import { sendGAEvent } from "@next/third-parties/google"; export default function NavBar({ urlPath }: { urlPath: string }) { const { @@ -111,7 +112,12 @@ export default function NavBar({ urlPath }: { urlPath: string }) {