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) => (
-
-
+ {[
+ { 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) => (
+
+
))}
+
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) => (
-
-
+ {[
+ { 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) => (
+
+
))}
+
);