Skip to content

Commit 350b80a

Browse files
committed
Update Pillar and Card docs to use minimal example for image usage
1 parent 7da0e73 commit 350b80a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

apps/docs/content/components/Card/react.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ Use the `Image` component to add an image to the `Card`. The `Image` component i
131131
<Card.Image
132132
src="https://via.placeholder.com/600x400/d3d9df/d3d9df.png"
133133
alt="placeholder, blank area with an gray background color"
134-
aspectRatio="16:9"
135134
/>
136135
<Card.Heading>Code search & code view</Card.Heading>
137136
<Card.Description>

apps/docs/content/components/Pillar/react.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ You can add an `image` to enhance the visual context.
5858
<Pillar.Image
5959
src="https://via.placeholder.com/600x400/d3d9df/d3d9df.png"
6060
alt="placeholder, blank area with an gray background color"
61-
aspectRatio="16:9"
6261
/>
6362
<Pillar.Heading>Code search & code view</Pillar.Heading>
6463
<Pillar.Description>

0 commit comments

Comments
 (0)