forked from Transparency/kgroad-frontend2
Production
This commit is contained in:
parent
775e238e77
commit
c2282ee5b0
@ -9,7 +9,7 @@ import app_store_btn from "./icons/app-store-btn.svg";
|
||||
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 NetKgTracker from "@/widgets/NetKgTracker/NetKgTracker";
|
||||
import GoogleAnalyticsWidget from "@/widgets/GoogleAnalyticsWidget/GoogleAnalyticsWidget";
|
||||
|
||||
const Footer = () => {
|
||||
@ -34,8 +34,8 @@ const Footer = () => {
|
||||
</li>
|
||||
))}
|
||||
</ul>
|
||||
{/* Only for production
|
||||
<NetKgTracker />*/}
|
||||
{/* Only for production*/}
|
||||
<NetKgTracker />
|
||||
<div className="footer__logo">
|
||||
<GoogleAnalyticsWidget />
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user