Skip to content

Commit

Permalink
fix: Fix link from Card docs to Aspect Ratio (#1812)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga authored Jan 13, 2025
1 parent beb2d3c commit 4d2cb3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions storybook/src/components/Card/Card.docs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This ensures screen readers first read the heading and then the tagline.

### With image

A card often displays the image of the detail page.
Use [Aspect Ratio](/docs/layout-aspect-ratio--docs) for the correct aspect ratio.
A card often displays the [image](/docs/components-media-image--docs) of the detail page.
It must use one of the available [aspect ratios](/docs/brand-design-tokens-aspect-ratio--docs).

<Canvas of={CardStories.WithImage} />

0 comments on commit 4d2cb3b

Please sign in to comment.