From 47fe403c87062c1c6ddeb65f3d34985d971af176 Mon Sep 17 00:00:00 2001 From: JCabak Date: Thu, 24 Jun 2021 03:21:10 -0700 Subject: [PATCH] Accessibility improvement (#669) Summary: Added `alt`attribute to images, they decorative so it could be empty. Pull Request resolved: https://github.com/facebook/metro/pull/669 Reviewed By: GijsWeterings Differential Revision: D29210136 Pulled By: motiz88 fbshipit-source-id: 5636f98df5c03b6ed8efe93e20733fbcf17ac1ec --- website/src/pages/index.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/website/src/pages/index.js b/website/src/pages/index.js index dc207d0e5c..d6f5540f16 100644 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -95,7 +95,11 @@ const Index = () => { styles.blockContainer, 'padding-horiz--md', )}> - +

{title}

{content}