We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 150eba2 commit 603e905Copy full SHA for 603e905
src/components/features/LandingPage/index.tsx
@@ -20,7 +20,7 @@ export const LandingPage = () => {
20
};
21
22
export const Nav = () => (
23
- <Box as="nav" bgGradient="to-b" gradientFrom="teal.600" gradientTo="teal.400" w="full">
+ <Box as="nav" bgGradient="to-b" gradientFrom="teal.600" gradientTo="#99f6e4" w="full">
24
<Flex align="center" justify="space-between" px={{ base: 4, lg: 12 }} py={{ base: 3, lg: 5 }}>
25
<Link asChild _hover={{ opacity: 0.8, textDecoration: "none" }}>
26
<RouterLink to="/">
0 commit comments