From e257769ef2dce1bf01af08a7fae3fb4dff279e6c Mon Sep 17 00:00:00 2001 From: Steve Dignam Date: Mon, 10 Jan 2022 21:07:23 -0500 Subject: [PATCH] fix(docs): add height & width to image to avoid layout shift (#777) Noticed we were missing the height and width for the image, so we were getting some shifting. The dimensions are chosen from what was being rendered. --- docs/pages/en/index.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/pages/en/index.js b/docs/pages/en/index.js index 04d803fdf..812e148b5 100755 --- a/docs/pages/en/index.js +++ b/docs/pages/en/index.js @@ -851,7 +851,11 @@ function HomeSplash(props) { return (
- +