forked from Transparency/kgroad-frontend2
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:
commit
1e276fe15b
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user