Fix linting issues

This commit is contained in:
Kamran Ahmed
2021-09-05 16:12:54 +02:00
parent ba1b876e14
commit d5b091a5ed
10 changed files with 13536 additions and 681 deletions

View File

@@ -35,7 +35,7 @@ export function ContentPageHeader(props: ContentPageHeaderProps) {
fontWeight={600}
color='gray.500'
>
<Image rounded={'full'} mr='7px' w='22px' src={author.picture} />
<Image alt={author.name} rounded={'full'} mr='7px' w='22px' src={author.picture} />
{author.name}
</Link>
<Text d={['none', 'inline', 'inline']} mx='7px' color='gray.500' as='span'>&middot;</Text>