From 42212d6a77db9f076f0bfc9b82267c6314f641c0 Mon Sep 17 00:00:00 2001 From: Arda TANRIKULU Date: Fri, 9 Sep 2022 13:23:45 +0300 Subject: [PATCH] Fix deployment --- website/src/components/index-page.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/website/src/components/index-page.tsx b/website/src/components/index-page.tsx index 98e239b9e3450..7defb2447cc9c 100644 --- a/website/src/components/index-page.tsx +++ b/website/src/components/index-page.tsx @@ -36,13 +36,19 @@ export function IndexPage(): ReactElement { src: GraphQLLogo, loading: 'eager', placeholder: 'empty', + alt: 'GraphQL Logo', }, }, { title: 'Any Data Source', description: 'Use GraphQL as a query language to fetch data from your data-sources directly, without the need for a running gateway server, or any other bottleneck.', - image: MeshExampleLogo, + image: { + src: MeshExampleLogo, + loading: 'eager', + placeholder: 'empty', + alt: 'GraphQL Mesh Logo', + }, }, { title: 'Open Source', @@ -52,6 +58,7 @@ export function IndexPage(): ReactElement { src: OpenSourceLogo, loading: 'eager', placeholder: 'empty', + alt: 'Open Source Logo', }, }, ]}