docs(lp): 📝 Change SEO related info
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
import { useColorModeValue } from '@chakra-ui/react'
|
||||
import { Variants } from 'framer-motion'
|
||||
import * as React from 'react'
|
||||
import { MotionBox, MotionBoxProps } from './MotionBox'
|
||||
@ -9,14 +8,13 @@ export const NavMenu = (props: MotionBoxProps) => (
|
||||
variants={variants}
|
||||
outline="0"
|
||||
opacity="0"
|
||||
bg={useColorModeValue('white', 'gray.800')}
|
||||
bgGradient="linear(to-b, gray.900, gray.800)"
|
||||
w="full"
|
||||
shadow="lg"
|
||||
px="4"
|
||||
pos="absolute"
|
||||
insetX="0"
|
||||
pt="6"
|
||||
pb="12"
|
||||
py="12"
|
||||
{...props}
|
||||
/>
|
||||
)
|
||||
|
Reference in New Issue
Block a user