From d2b46d225ed71a7a8167541f95ca9a9ca6f5db77 Mon Sep 17 00:00:00 2001 From: wbglaeser Date: Thu, 7 Nov 2024 09:46:48 +0100 Subject: [PATCH] fix linter --- .../sections/footer/views/LandingPageFooterDesktop.js | 2 -- .../sections/footer/views/LandingPageFooterMobile.js | 3 --- 2 files changed, 5 deletions(-) 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 (