|
|
|
@ -7,7 +7,7 @@ import SearchForm from "../SearchForm"
|
|
|
|
|
import ThemeSwitcher from "../ThemeSwitcher/ThemeSwitcher" |
|
|
|
|
import s from "./styles.module.css" |
|
|
|
|
import TGLogo from "./TGLogo" |
|
|
|
|
import { isFirefox, isChrome } from "react-device-detect" |
|
|
|
|
import { isFirefox, isChrome, isMobile } from "react-device-detect" |
|
|
|
|
import FirefoxLogo from "./FirefoxLogo" |
|
|
|
|
import ChromeLogo from "./ChromeLogo" |
|
|
|
|
import BrowserLogo from "./BrowserLogo" |
|
|
|
@ -70,7 +70,7 @@ const Footer = () => {
|
|
|
|
|
<div className={s.contactsWrapper}> |
|
|
|
|
<FooterLink href="https://searchington.t.me/" keyLink="footer.linkAnnouncments" isTg = {true}/> |
|
|
|
|
<FooterLink href="https://ton.ski/about/" keyLink="footer.linkAbout" /> |
|
|
|
|
<FooterBrowser href="https://ton.ski/access/" keyLink="footer.linkExtensions" /> |
|
|
|
|
{isMobile && <FooterBrowser href="https://ton.ski/access/" keyLink="footer.linkExtensions" />} |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
) |
|
|
|
|