From 7daa197649eaa07f6af5fc6ea8847a897453f560 Mon Sep 17 00:00:00 2001 From: Vlad Date: Fri, 20 Sep 2024 15:05:42 +0600 Subject: [PATCH] links --- src/widgets/Footer/Footer.tsx | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/src/widgets/Footer/Footer.tsx b/src/widgets/Footer/Footer.tsx index 49ed30f..ab20cb0 100644 --- a/src/widgets/Footer/Footer.tsx +++ b/src/widgets/Footer/Footer.tsx @@ -49,12 +49,17 @@ const Footer = () => {
  • +9960312394038
  • - {[youtube, facebook, instagram].map((net, i) => ( - - Net Icon + {[ + { src: youtube, url: "https://www.youtube.com/@TransparencyKyrgyzstan" }, + { src: facebook, url: "https://www.facebook.com/tikyrgyzstan" }, + { src: instagram, url: "https://www.instagram.com/transparencyinternational_kg?igsh=cTc2MHEwOW5vNDh2" } + ].map((net, i) => ( + + Net Icon ))}
  • +
  • Photo By ThomasG, CC BY-SA 3.0
  • @@ -62,12 +67,16 @@ const Footer = () => {

    {t("download_our_app")}

    - {[app_store_btn, play_market_btn].map((app, i) => ( - - App Button + {[ + { 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" } + ].map((app, i) => ( + + App Button ))}
    +
    );