From 2a680d02699b797f9ecfbd4dadfa2df461afd2e6 Mon Sep 17 00:00:00 2001 From: shahzaibdev1 <65166554+shahzaibdev1@users.noreply.github.com> Date: Tue, 30 Jul 2024 19:55:00 +0500 Subject: [PATCH] [docs][material-ui][Card] Update CardMedia description (#43067) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: shahzaibdev1 <65166554+shahzaibdev1@users.noreply.github.com> Co-authored-by: Aarón García Hervás Co-authored-by: ZeeshanTamboli --- docs/data/material/components/cards/cards.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/material/components/cards/cards.md b/docs/data/material/components/cards/cards.md index d36aa82992f0d4..944ffc20534f28 100644 --- a/docs/data/material/components/cards/cards.md +++ b/docs/data/material/components/cards/cards.md @@ -20,7 +20,7 @@ The Material UI Card component includes several complementary utility component - Card: a surface-level container for grouping related components. - Card Content: the wrapper for the Card content. - Card Header: an optional wrapper for the Card header. -- Card Media: an optional container for displaying background images and gradient layers behind the Card Content. +- Card Media: an optional container for displaying images, videos, etc. - Card Actions: an optional wrapper that groups a set of buttons. - Card Action Area: an optional wrapper that allows users to interact with the specified area of the Card.