Skip to content

Commit e15c2a2

Browse files
authored
Ahrefs warning: alt missing (#2325)
1 parent daca282 commit e15c2a2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

website/src/index-page.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const FEATURE_LIST: IFeatureListProps['items'] = [
2121
'Modules are defined by their GraphQL schema (Schema first design).',
2222
image: {
2323
src: api,
24-
alt: '',
24+
alt: 'Reusable Modules',
2525
loading: 'eager',
2626
placeholder: 'empty',
2727
},
@@ -32,7 +32,7 @@ const FEATURE_LIST: IFeatureListProps['items'] = [
3232
'Manage multiple teams and features, multiple micro-services and servers.',
3333
image: {
3434
src: reuse,
35-
alt: '',
35+
alt: 'Scalable Structure',
3636
loading: 'eager',
3737
placeholder: 'empty',
3838
},
@@ -43,7 +43,7 @@ const FEATURE_LIST: IFeatureListProps['items'] = [
4343
'A clear, gradual path from a very simple and fast, single-file modules, to scalable ones.',
4444
image: {
4545
src: extend,
46-
alt: '',
46+
alt: 'Gradual Growth',
4747
loading: 'eager',
4848
placeholder: 'empty',
4949
},
@@ -53,7 +53,7 @@ const FEATURE_LIST: IFeatureListProps['items'] = [
5353
description: 'A rich toolset around testing, mocking and separation.',
5454
image: {
5555
src: easy,
56-
alt: '',
56+
alt: 'Testable',
5757
loading: 'eager',
5858
placeholder: 'empty',
5959
},
@@ -91,7 +91,7 @@ export const IndexPage = (): ReactElement => {
9191
src: workers,
9292
loading: 'eager',
9393
placeholder: 'empty',
94-
alt: '',
94+
alt: 'Integrates with any GraphQL Server',
9595
}}
9696
/>
9797
</>

0 commit comments

Comments
 (0)