forked from Transparency/kgroad-frontend2
links
This commit is contained in:
parent
1e276fe15b
commit
8c5b82b943
@ -68,8 +68,8 @@ const Footer = () => {
|
||||
<h4>{t("download_our_app")}</h4>
|
||||
<div className="footer__apps-btns">
|
||||
{[
|
||||
{ src: app_store_btn, url: "https://play.google.com/store/apps/details?id=fishrungames.kgroad" },
|
||||
{ src: play_market_btn, url: "https://apps.apple.com/us/app/kg-road/id6484317991" }
|
||||
{ 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" }
|
||||
].map((app, i) => (
|
||||
<Link key={i} href={app.url} target="_blank" rel="noopener noreferrer">
|
||||
<Image src={app.src} alt="App Button" />
|
||||
|
Loading…
Reference in New Issue
Block a user