diff --git a/src/screens/landing-page/sections/footer/views/LandingPageFooterDesktop.js b/src/screens/landing-page/sections/footer/views/LandingPageFooterDesktop.js index ed01adc..7cdf9bf 100644 --- a/src/screens/landing-page/sections/footer/views/LandingPageFooterDesktop.js +++ b/src/screens/landing-page/sections/footer/views/LandingPageFooterDesktop.js @@ -9,10 +9,8 @@ import LinkedInLink from "../../../../../components/LinkedInLink"; import LogoBar from "../../../../../components/LogoBar"; import GitHubLink from "../../../../../components/GitHubLink"; import FeatureToggle from "../components/FeatureToggle"; -import useTranslation from "../../../../../language/useTranslation"; const LandingPageFooterDesktop = () => { - const {t} = useTranslation(); return ( diff --git a/src/screens/landing-page/sections/footer/views/LandingPageFooterMobile.js b/src/screens/landing-page/sections/footer/views/LandingPageFooterMobile.js index 7b942b0..98bfb54 100644 --- a/src/screens/landing-page/sections/footer/views/LandingPageFooterMobile.js +++ b/src/screens/landing-page/sections/footer/views/LandingPageFooterMobile.js @@ -5,14 +5,11 @@ import EmailLink from "../../../../../components/EmailLink"; import LinkedInLink from "../../../../../components/LinkedInLink"; import Divider from "@mui/material/Divider"; import {Typography} from "@mui/material"; -import NarBarLink from "../../../../../components/NavBarLink"; import LandingPageWAppButton from "../../../components/LandingPageWAppButton"; import GitHubLink from "../../../../../components/GitHubLink"; import FeatureToggle from "../components/FeatureToggle"; -import useTranslation from "../../../../../language/useTranslation"; const LandingPageFooterMobile = () => { - const { t } = useTranslation(); return (