diff --git a/src/widgets/Footer/Footer.tsx b/src/widgets/Footer/Footer.tsx index ab20cb0..2a46852 100644 --- a/src/widgets/Footer/Footer.tsx +++ b/src/widgets/Footer/Footer.tsx @@ -10,7 +10,7 @@ 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 GoogleAnalyticsWidget from "@/widgets/GoogleAnalyticsWidget/GoogleAnalyticsWidget"; +//import GoogleAnalyticsWidget from "@/widgets/GoogleAnalyticsWidget/GoogleAnalyticsWidget"; const Footer = () => { const t = useTranslations("general"); @@ -37,7 +37,7 @@ const Footer = () => { {/* Only for production */}
- + {/* */} {/* hide total amount*/}
*