diff --git a/searching-front/app/core/components/Footer/Footer.tsx b/searching-front/app/core/components/Footer/Footer.tsx index 3378d3c..0c0e912 100644 --- a/searching-front/app/core/components/Footer/Footer.tsx +++ b/searching-front/app/core/components/Footer/Footer.tsx @@ -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 = () => {
- + {isMobile && }
)