diff --git a/public/img/team-photos/discord-team-image.jpg b/public/img/team-photos/discord-team-image.jpg deleted file mode 100644 index 3ff7612b0..000000000 Binary files a/public/img/team-photos/discord-team-image.jpg and /dev/null differ diff --git a/src/components/client/about/sections/AboutTheTeamSection/AboutTheTeamSection.tsx b/src/components/client/about/sections/AboutTheTeamSection/AboutTheTeamSection.tsx index 817539ac3..2950aab75 100644 --- a/src/components/client/about/sections/AboutTheTeamSection/AboutTheTeamSection.tsx +++ b/src/components/client/about/sections/AboutTheTeamSection/AboutTheTeamSection.tsx @@ -8,16 +8,11 @@ import { AboutHeading } from 'components/client/about/AboutPage.styled' export default function AboutTheTeamSection() { const { t } = useTranslation('about') - const discordTeamImagePath = '/img/team-photos/discord-team-image.jpg' return ( {t('about.about-the-team')} {t('about.team-description')} - - {/* A11Y TODO: Translate alt text */} - Discord team image - ) }