Merge pull request 'hide total amount' (#5) from Elaman/kgroad-frontend2:main into master

Reviewed-on: https://gitea.fishrungames.com/Transparency/kgroad-frontend2/pulls/5
This commit is contained in:
vladislav.khorev 2024-10-11 18:50:31 +00:00
commit 1e276fe15b

View File

@ -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
<NetKgTracker />*/}
<div className="footer__logo">
<GoogleAnalyticsWidget />
{/* <GoogleAnalyticsWidget /> */} {/* hide total amount*/}
</div>
*
</div>