From cc8fea0fbe56a87ede7d42a2cec0a1ec757e8b03 Mon Sep 17 00:00:00 2001 From: Danilo Leal <67129314+danilo-leal@users.noreply.github.com> Date: Thu, 21 Sep 2023 21:10:33 -0300 Subject: [PATCH] about end: add image height too --- docs/src/components/about/AboutEnd.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/components/about/AboutEnd.tsx b/docs/src/components/about/AboutEnd.tsx index 9d319e17675274..77757e62292bcd 100644 --- a/docs/src/components/about/AboutEnd.tsx +++ b/docs/src/components/about/AboutEnd.tsx @@ -48,6 +48,7 @@ export default function AboutEnd() { alt="A map illustration with pins loosely positioned where team members from MUI are located." loading="lazy" width="1100" + height="690" sx={(theme) => ({ mt: -8, display: { xs: 'none', sm: 'block' },