@@ -152,19 +152,22 @@ export default class Index extends React.Component {
152
152
image : `${ baseUrl } img/wrench-128x128.png` ,
153
153
imageAlign : 'top' ,
154
154
title : 'Write Maintainable Tests' ,
155
+ imageAlt : '' ,
155
156
} ,
156
157
{
157
158
content : 'Interact with your app the same way as your users' ,
158
159
image : `${ baseUrl } img/check-128x128.png` ,
159
160
imageAlign : 'top' ,
160
161
title : 'Develop with Confidence' ,
162
+ imageAlt : '' ,
161
163
} ,
162
164
{
163
165
content :
164
166
'Built-in selectors find elements the way users do to help you write inclusive code' ,
165
167
image : `${ baseUrl } img/tada-128x128.png` ,
166
168
imageAlign : 'top' ,
167
169
title : 'Accessible by Default' ,
170
+ imageAlt : '' ,
168
171
} ,
169
172
] }
170
173
</ Block >
@@ -177,61 +180,73 @@ export default class Index extends React.Component {
177
180
image : `${ baseUrl } img/react-128x128.png` ,
178
181
imageAlign : 'top' ,
179
182
title : '[React](./docs/react-testing-library/intro)' ,
183
+ imageAlt : 'React logo' ,
180
184
} ,
181
185
{
182
186
image : `${ baseUrl } img/cypress-128x128.png` ,
183
187
imageAlign : 'top' ,
184
188
title : '[Cypress](./docs/cypress-testing-library/intro)' ,
189
+ imageAlt : 'Cypress logo' ,
185
190
} ,
186
191
{
187
192
image : `${ baseUrl } img/testcafe-128x128.jpg` ,
188
193
imageAlign : 'top' ,
189
194
title : `[Testcafe](./docs/testcafe-testing-library/intro)` ,
195
+ imageAlt : 'Testcafe logo' ,
190
196
} ,
191
197
{
192
198
image : `${ baseUrl } img/svelte-logo.png` ,
193
199
imageAlign : 'top' ,
194
200
title : '[Svelte](./docs/svelte-testing-library/intro)' ,
201
+ imageAlt : 'Svelte logo' ,
195
202
} ,
196
203
{
197
204
image : `${ baseUrl } img/vue-400x400.png` ,
198
205
imageAlign : 'top' ,
199
206
title : '[Vue](./docs/vue-testing-library/intro)' ,
207
+ imageAlt : 'Vue logo' ,
200
208
} ,
201
209
{
202
210
image : `${ baseUrl } img/angular-250x250.png` ,
203
211
imageAlign : 'top' ,
204
212
title : '[Angular](./docs/angular-testing-library/intro)' ,
213
+ imageAlt : 'Angular logo' ,
205
214
} ,
206
215
{
207
216
image : `${ baseUrl } img/reason-200x200.png` ,
208
217
imageAlign : 'top' ,
209
218
title : '[ReasonReact](./docs/bs-react-testing-library/intro)' ,
219
+ imageAlt : 'ReasonReact logo' ,
210
220
} ,
211
221
{
212
222
image : `${ baseUrl } img/puppeteer-275x275.png` ,
213
223
imageAlign : 'top' ,
214
224
title : '[Puppeteer](./docs/pptr-testing-library/intro)' ,
225
+ imageAlt : 'Puppeteer logo' ,
215
226
} ,
216
227
{
217
228
image : `${ baseUrl } img/react-native-128x128.png` ,
218
229
imageAlign : 'top' ,
219
230
title : '[React Native](./docs/react-native-testing-library/intro)' ,
231
+ imageAlt : 'React Native logo' ,
220
232
} ,
221
233
{
222
234
image : `${ baseUrl } img/preact-128x128.png` ,
223
235
imageAlign : 'top' ,
224
236
title : '[Preact](./docs/preact-testing-library/intro)' ,
237
+ imageAlt : 'Preact logo' ,
225
238
} ,
226
239
{
227
240
image : `${ baseUrl } img/nightwatch-128x128.png` ,
228
241
imageAlign : 'top' ,
229
242
title : '[Nightwatch](./docs/nightwatch-testing-library/intro)' ,
243
+ imageAlt : 'Nightwatch logo' ,
230
244
} ,
231
245
{
232
246
image : `${ baseUrl } img/construction-128x128.png` ,
233
247
imageAlign : 'top' ,
234
248
title : '[And more...](./docs/ecosystem-user-event)' ,
249
+ imageAlt : '' ,
235
250
} ,
236
251
] }
237
252
</ Block >
0 commit comments