mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-27 19:20:12 +02:00
Fix broken build UI issue
This commit is contained in:
@@ -35,7 +35,7 @@ export function ContentPageHeader(props: ContentPageHeaderProps) {
|
|||||||
fontWeight={600}
|
fontWeight={600}
|
||||||
color='gray.500'
|
color='gray.500'
|
||||||
>
|
>
|
||||||
<Image alt={author.name} rounded={'full'} mr='7px' w='22px' src={author.picture} />
|
<Image alt={''} rounded={'full'} mr='7px' w='22px' src={author.picture} />
|
||||||
{author.name}
|
{author.name}
|
||||||
</Link>
|
</Link>
|
||||||
<Text d={['none', 'inline', 'inline']} mx='7px' color='gray.500' as='span'>·</Text>
|
<Text d={['none', 'inline', 'inline']} mx='7px' color='gray.500' as='span'>·</Text>
|
||||||
|
Reference in New Issue
Block a user