Skip to content

Commit 207f8bf

Browse files
committed
Remove height
1 parent 852c9e4 commit 207f8bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/landing/src/app/(detail)/docs/RightIndex.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export function RightIndex() {
6868
}, [pathname])
6969

7070
return (
71-
<VStack gap="16px" h="1008px" p="20px 16px" w="200px">
71+
<VStack gap="16px" p="20px 16px" w="200px">
7272
<VStack>
7373
<Flex alignItems="center" gap="10px" py="6px">
7474
<Text color="$text" flex="1" typography="captionBold">

0 commit comments

Comments
 (0)