Skip to content

Commit

Permalink
Remove discord team image
Browse files Browse the repository at this point in the history
  • Loading branch information
ani-kalpachka committed Aug 24, 2024
1 parent a04b28d commit 8265c5b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Binary file removed public/img/team-photos/discord-team-image.jpg
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<Grid component="section">
<AboutHeading variant="h4">{t('about.about-the-team')}</AboutHeading>
<Typography variant="body2">{t('about.team-description')}</Typography>
<DiscordTeamImage>
{/* A11Y TODO: Translate alt text */}
<Image alt="Discord team image" src={discordTeamImagePath} width={1189} height={789} />
</DiscordTeamImage>
</Grid>
)
}

0 comments on commit 8265c5b

Please sign in to comment.