hide total amount

This commit is contained in:
El-akama 2024-10-11 17:41:15 +06:00
parent a755c9125a
commit eb84fa2db4

View File

@ -10,7 +10,7 @@ import play_market_btn from "./icons/play-market-btn.svg";
import { Link } from "@/shared/config/navigation"; import { Link } from "@/shared/config/navigation";
import { useTranslations } from "next-intl"; import { useTranslations } from "next-intl";
//import NetKgTracker from "@/widgets/NetKgTracker/NetKgTracker"; //import NetKgTracker from "@/widgets/NetKgTracker/NetKgTracker";
import GoogleAnalyticsWidget from "@/widgets/GoogleAnalyticsWidget/GoogleAnalyticsWidget"; //import GoogleAnalyticsWidget from "@/widgets/GoogleAnalyticsWidget/GoogleAnalyticsWidget";
const Footer = () => { const Footer = () => {
const t = useTranslations("general"); const t = useTranslations("general");
@ -37,7 +37,7 @@ const Footer = () => {
{/* Only for production {/* Only for production
<NetKgTracker />*/} <NetKgTracker />*/}
<div className="footer__logo"> <div className="footer__logo">
<GoogleAnalyticsWidget /> {/* <GoogleAnalyticsWidget /> */} {/* hide total amount*/}
</div> </div>
* *
</div> </div>