Skip to content

Commit

Permalink
Update Pillar and Card docs to use minimal example for image usage
Browse files Browse the repository at this point in the history
  • Loading branch information
danielguillan committed Dec 17, 2024
1 parent 7da0e73 commit 350b80a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion apps/docs/content/components/Card/react.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ Use the `Image` component to add an image to the `Card`. The `Image` component i
<Card.Image
src="https://via.placeholder.com/600x400/d3d9df/d3d9df.png"
alt="placeholder, blank area with an gray background color"
aspectRatio="16:9"
/>
<Card.Heading>Code search & code view</Card.Heading>
<Card.Description>
Expand Down
1 change: 0 additions & 1 deletion apps/docs/content/components/Pillar/react.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ You can add an `image` to enhance the visual context.
<Pillar.Image
src="https://via.placeholder.com/600x400/d3d9df/d3d9df.png"
alt="placeholder, blank area with an gray background color"
aspectRatio="16:9"
/>
<Pillar.Heading>Code search & code view</Pillar.Heading>
<Pillar.Description>
Expand Down

0 comments on commit 350b80a

Please sign in to comment.