From b58aa4773c20b0fa8c1800cabcd7e00e8e050761 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 16:48:42 +0530 Subject: [PATCH] [docs][material-ui][templates] Fix input props attributes in Landing Page template (@5-tom) (#42034) Co-authored-by: 5-tom <132141431+5-tom@users.noreply.github.com> Co-authored-by: ZeeshanTamboli --- .../templates/landing-page/components/Footer.js | 4 ++-- .../templates/landing-page/components/Footer.tsx | 4 ++-- .../getting-started/templates/landing-page/components/Hero.js | 4 ++-- .../templates/landing-page/components/Hero.tsx | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/data/material/getting-started/templates/landing-page/components/Footer.js b/docs/data/material/getting-started/templates/landing-page/components/Footer.js index 190eb078df052b..e218ede7138543 100644 --- a/docs/data/material/getting-started/templates/landing-page/components/Footer.js +++ b/docs/data/material/getting-started/templates/landing-page/components/Footer.js @@ -81,8 +81,8 @@ export default function Footer() { aria-label="Enter your email address" placeholder="Your email address" inputProps={{ - autocomplete: 'off', - ariaLabel: 'Enter your email address', + autoComplete: 'off', + 'aria-label': 'Enter your email address', }} />