This commit is contained in:
Vlad 2024-10-28 15:09:27 +06:00
parent 8c5b82b943
commit 6ae37e3bc3

View File

@ -69,7 +69,7 @@ const Footer = () => {
<div className="footer__apps-btns">
{[
{ src: app_store_btn, url: "https://apps.apple.com/us/app/kg-road/id6484317991" },
{ src: play_market_btn, url: "https://play.google.com/store/apps/details?id=fishrungames.kgroad" }
{ src: play_market_btn, url: "https://play.google.com/store/apps/details?id=kg.transparency.kgroad" }
].map((app, i) => (
<Link key={i} href={app.url} target="_blank" rel="noopener noreferrer">
<Image src={app.src} alt="App Button" />