app store and google
This commit is contained in:
@@ -5,7 +5,7 @@ import apk from "../../assets/apk.png";
|
|||||||
|
|
||||||
import FooterBar from "./FooterMobile";
|
import FooterBar from "./FooterMobile";
|
||||||
import { useTranslation } from "react-i18next";
|
import { useTranslation } from "react-i18next";
|
||||||
import { Link } from "react-router-dom";
|
import { Link, redirect } from "react-router-dom";
|
||||||
import { LogoWithText } from "../Icons";
|
import { LogoWithText } from "../Icons";
|
||||||
import { useNavigate } from "react-router-dom";
|
import { useNavigate } from "react-router-dom";
|
||||||
const Footer = () => {
|
const Footer = () => {
|
||||||
@@ -79,16 +79,20 @@ const Footer = () => {
|
|||||||
<h3>{t("footer.mobile_applications")}</h3>
|
<h3>{t("footer.mobile_applications")}</h3>
|
||||||
<div className={styles.appLinks}>
|
<div className={styles.appLinks}>
|
||||||
<div style={{ display: "flex", gap: "10px" }}>
|
<div style={{ display: "flex", gap: "10px" }}>
|
||||||
<img
|
<a href="https://play.google.com/store/apps/details?id=tm.webulgam.mm_marketplace" target="_blank">
|
||||||
src={playstore}
|
<img
|
||||||
alt="Google Play"
|
src={playstore}
|
||||||
className={styles.appLogo}
|
alt="Google Play"
|
||||||
/>
|
className={styles.appLogo}
|
||||||
<img
|
/>
|
||||||
src={appstore}
|
</a>
|
||||||
alt="App Store"
|
<a href="https://apps.apple.com/tm/app/mm-marketplace/id6749544732" target="_blank">
|
||||||
className={styles.appLogo}
|
<img
|
||||||
/>
|
src={appstore}
|
||||||
|
alt="App Store"
|
||||||
|
className={styles.appLogo}
|
||||||
|
/>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<img src={apk} alt="Download APK" className={styles.appLogo} />
|
<img src={apk} alt="Download APK" className={styles.appLogo} />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user