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

@ -98,7 +98,7 @@ export function GlobalHeader() {
fontWeight={600}
_hover={{ textDecoration: 'none' }}
fontSize='18px'>
<Image h='30px' w='30px' src='/logo.svg' mr='10px' />
<Image alt='' h='30px' w='30px' src='/logo.svg' mr='10px' />
<Text d={['block', 'none', 'block']} as='span'>roadmap.sh</Text>
</Link>
</Box>