From 3c810dad82276ba40402f76e1e3a5d90ba709381 Mon Sep 17 00:00:00 2001 From: Vladislav Khorev Date: Tue, 10 Sep 2024 17:39:02 +0000 Subject: [PATCH] Remove netkg tracker for uat --- src/widgets/Footer/Footer.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/widgets/Footer/Footer.tsx b/src/widgets/Footer/Footer.tsx index 68ceccf..0188be4 100644 --- a/src/widgets/Footer/Footer.tsx +++ b/src/widgets/Footer/Footer.tsx @@ -9,7 +9,8 @@ import app_store_btn from "./icons/app-store-btn.svg"; import play_market_btn from "./icons/play-market-btn.svg"; import { Link } from "@/shared/config/navigation"; import { useTranslations } from "next-intl"; -import NetKgTracker from "@/widgets/NetKgTracker/NetKgTracker"; +//import NetKgTracker from "@/widgets/NetKgTracker/NetKgTracker"; +import GoogleAnalyticsWidget from "@/widgets/GoogleAnalyticsWidget/GoogleAnalyticsWidget"; const Footer = () => { const t = useTranslations("general"); @@ -35,7 +36,11 @@ const Footer = () => { ))} - {/* - only for production*/} + {/* Only for production + */} +
+ +
*