Skip to content

Commit

Permalink
fix: reran prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertKeyser committed Jun 23, 2023
1 parent cbe9349 commit ed38a02
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions clients/privacy-center/components/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,7 @@ const Card: React.FC<CardProps> = ({
>
{title}
</Text>
<Text
color="gray.600"
fontSize="xs"
fontWeight="normal"
lineHeight="16px"
noOfLines={[3,4,5]}
>
<Text color="gray.600" fontSize="xs" fontWeight="normal" lineHeight="16px">
{description}
</Text>
</Flex>
Expand Down

0 comments on commit ed38a02

Please sign in to comment.