Skip to content

Commit

Permalink
fix: promo card
Browse files Browse the repository at this point in the history
  • Loading branch information
juliankoehn committed Jan 4, 2025
1 parent 3f10d7e commit 818e25a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/blocks/promo-card/promo-card-block.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,7 @@ export const PromoCardBlock = ({
<Heading level={3} as="p" className="mb-3">
{heading}
</Heading>
{description && (
<Paragraph>
Enable teams (human + AI) to intelligently automate the
assessment process to focus on your daily business.
</Paragraph>
)}
{description && <Paragraph>{description}</Paragraph>}
</PromoCard.Text>
{link && <CMSLink {...link} size="xl" />}
</PromoCard.Content>
Expand Down

0 comments on commit 818e25a

Please sign in to comment.