Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
wbglaeser committed Nov 7, 2024
1 parent 4ef0355 commit d2b46d2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<VStack>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<VStack>
Expand Down

0 comments on commit d2b46d2

Please sign in to comment.