Add link to roadmaps page
This commit is contained in:
@ -11,6 +11,9 @@ export function Header() {
|
||||
roadmap.sh
|
||||
</Link>
|
||||
<Stack shouldWrapChildren isInline spacing='15px' alignItems='center' color='gray.50' fontSize='15px'>
|
||||
<Link borderBottomWidth={0} borderBottomColor='gray.500'
|
||||
_hover={{ textDecoration: 'none', borderBottomColor: 'white' }} fontWeight={500}
|
||||
href='/roadmaps'>Roadmaps</Link>
|
||||
<Link borderBottomWidth={0} borderBottomColor='gray.500'
|
||||
_hover={{ textDecoration: 'none', borderBottomColor: 'white' }} fontWeight={500}
|
||||
href='/guides'>Guides</Link>
|
||||
|
Reference in New Issue
Block a user