forked from Transparency/kgroad-frontend2
Remove netkg tracker for uat
This commit is contained in:
parent
b10ab93bf1
commit
3c810dad82
@ -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 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";
|
||||||
|
|
||||||
const Footer = () => {
|
const Footer = () => {
|
||||||
const t = useTranslations("general");
|
const t = useTranslations("general");
|
||||||
@ -35,7 +36,11 @@ const Footer = () => {
|
|||||||
</li>
|
</li>
|
||||||
))}
|
))}
|
||||||
</ul>
|
</ul>
|
||||||
{/*<NetKgTracker /> - only for production*/}
|
{/* Only for production
|
||||||
|
<NetKgTracker />*/}
|
||||||
|
<div className="footer__logo">
|
||||||
|
<GoogleAnalyticsWidget />
|
||||||
|
</div>*
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="footer__contacts">
|
<div className="footer__contacts">
|
||||||
|
Loading…
Reference in New Issue
Block a user