Add missing alt, add missing lang property

This commit is contained in:
Tom Moor
2018-06-16 14:00:24 -07:00
parent adc78fd408
commit 87c1d610d1
3 changed files with 52 additions and 58 deletions

View File

@@ -23,7 +23,7 @@ function HeaderBlock({
}: Props) {
return (
<Header justify="flex-start" align="center" {...rest}>
<TeamLogo src={logoUrl} />
<TeamLogo alt={`${teamName} logo`} src={logoUrl} />
<Flex align="flex-start" column>
<TeamName showDisclosure>
{teamName}{' '}