fix: Accessibility audit

This commit is contained in:
Tom Moor
2020-09-16 22:31:14 -07:00
parent 2c1a111dee
commit 881105992e
3 changed files with 6 additions and 4 deletions

View File

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