Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 7716db2

Browse files
ZeJ0hnMatt Goo
authored and
Matt Goo
committed
docs(card): update readme with card-meida aspect ratio requirement (#752)
1 parent 4f22b5a commit 7716db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/card/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const MyApp = () => {
3838
<Card>
3939
<CardPrimaryContent>
4040
<h1>Header</h1>
41-
<CardMedia imageUrl='./my/fancy/image.png' />
41+
<CardMedia square imageUrl='./my/fancy/image.png' />
4242
</CardPrimaryContent>
4343

4444
<CardActions>

0 commit comments

Comments
 (0)