Compare commits

...

2 Commits

Author SHA1 Message Date
Vladislav Khorev
0887b3d25a Merge branch 'master' into release009 2024-09-21 11:44:17 +00:00
Vladislav Khorev
c2282ee5b0 Production 2024-09-11 10:19:13 +00:00

View File

@ -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 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 = () => {
@ -34,8 +34,8 @@ const Footer = () => {
</li> </li>
))} ))}
</ul> </ul>
{/* Only for production {/* Only for production*/}
<NetKgTracker />*/} <NetKgTracker />
<div className="footer__logo"> <div className="footer__logo">
<GoogleAnalyticsWidget /> <GoogleAnalyticsWidget />
</div> </div>