Skip to content

Commit

Permalink
Fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Sep 9, 2022
1 parent 60282e7 commit 42212d6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion website/src/components/index-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -52,6 +58,7 @@ export function IndexPage(): ReactElement {
src: OpenSourceLogo,
loading: 'eager',
placeholder: 'empty',
alt: 'Open Source Logo',
},
},
]}
Expand Down

0 comments on commit 42212d6

Please sign in to comment.