Skip to content

Commit ed38a02

Browse files
committed
fix: reran prettier
1 parent cbe9349 commit ed38a02

File tree

1 file changed

+1
-7
lines changed
  • clients/privacy-center/components

1 file changed

+1
-7
lines changed

clients/privacy-center/components/Card.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,7 @@ const Card: React.FC<CardProps> = ({
5757
>
5858
{title}
5959
</Text>
60-
<Text
61-
color="gray.600"
62-
fontSize="xs"
63-
fontWeight="normal"
64-
lineHeight="16px"
65-
noOfLines={[3,4,5]}
66-
>
60+
<Text color="gray.600" fontSize="xs" fontWeight="normal" lineHeight="16px">
6761
{description}
6862
</Text>
6963
</Flex>

0 commit comments

Comments
 (0)