Skip to content

Commit

Permalink
Fix card component sub-component example code (#19802)
Browse files Browse the repository at this point in the history
  • Loading branch information
ediamin authored and gziolo committed Jan 22, 2020
1 parent 567cdb9 commit 76304dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/src/card/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ const Example = () => (
</CardHeader>
<CardBody>
...
<CardBody>
</CardBody>
<CardDivider />
<CardBody>
...
<CardBody>
</CardBody>
<CardMedia>
<img src="..." />
</CardMedia>
Expand Down

0 comments on commit 76304dd

Please sign in to comment.