Add link to roadmaps page

pull/1331/head
Kamran Ahmed 3 years ago
parent 55f7d00e83
commit bdee14009b
  1. 3
      components/header.tsx

@ -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>

Loading…
Cancel
Save