Update UI
This commit is contained in:
@@ -13,10 +13,10 @@ export function Header() {
|
||||
<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='#'>Read</Link>
|
||||
href='/guides'>Guides</Link>
|
||||
<Link borderBottomWidth={0} borderBottomColor='gray.500'
|
||||
_hover={{ textDecoration: 'none', borderBottomColor: 'white' }} fontWeight={500}
|
||||
href='#'>Watch</Link>
|
||||
href='#'>Videos</Link>
|
||||
<Link ml='10px' bgGradient='linear(to-l, yellow.700, red.600)' p='7px 10px' rounded='4px'
|
||||
_hover={{ textDecoration: 'none', bgGradient: 'linear(to-l, red.800, yellow.700)' }}
|
||||
fontWeight={500} href={'#'}>Get Updates</Link>
|
||||
|
Reference in New Issue
Block a user