Skip to content

Commit 150eba2

Browse files
yn1323claude
andcommitted
feat: LPナビ背景をグラデーションに変更
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ac7a40d commit 150eba2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/features/LandingPage/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const LandingPage = () => {
2020
};
2121

2222
export const Nav = () => (
23-
<Box as="nav" bg="teal.600" w="full">
23+
<Box as="nav" bgGradient="to-b" gradientFrom="teal.600" gradientTo="teal.400" w="full">
2424
<Flex align="center" justify="space-between" px={{ base: 4, lg: 12 }} py={{ base: 3, lg: 5 }}>
2525
<Link asChild _hover={{ opacity: 0.8, textDecoration: "none" }}>
2626
<RouterLink to="/">

0 commit comments

Comments
 (0)