@@ -183,16 +183,16 @@ export default class Index extends React.Component {
183
183
imageAlt : 'React logo' ,
184
184
} ,
185
185
{
186
- image : `${ baseUrl } img/cypress-128x128 .png` ,
186
+ image : `${ baseUrl } img/vue-400x400 .png` ,
187
187
imageAlign : 'top' ,
188
- title : '[Cypress ](./docs/cypress -testing-library/intro)' ,
189
- imageAlt : 'Cypress logo' ,
188
+ title : '[Vue ](./docs/vue -testing-library/intro)' ,
189
+ imageAlt : 'Vue logo' ,
190
190
} ,
191
191
{
192
- image : `${ baseUrl } img/testcafe -128x128.jpg ` ,
192
+ image : `${ baseUrl } img/angular -128x128.png ` ,
193
193
imageAlign : 'top' ,
194
- title : `[Testcafe ](./docs/testcafe -testing-library/intro)` ,
195
- imageAlt : 'Testcafe logo' ,
194
+ title : '[Angular ](./docs/angular -testing-library/intro)' ,
195
+ imageAlt : 'Angular logo' ,
196
196
} ,
197
197
{
198
198
image : `${ baseUrl } img/svelte-logo.png` ,
@@ -201,40 +201,40 @@ export default class Index extends React.Component {
201
201
imageAlt : 'Svelte logo' ,
202
202
} ,
203
203
{
204
- image : `${ baseUrl } img/vue-400x400.png` ,
205
- imageAlign : 'top' ,
206
- title : '[Vue](./docs/vue-testing-library/intro)' ,
207
- imageAlt : 'Vue logo' ,
208
- } ,
209
- {
210
- image : `${ baseUrl } img/angular-250x250.png` ,
204
+ image : `${ baseUrl } img/preact-128x128.png` ,
211
205
imageAlign : 'top' ,
212
- title : '[Angular ](./docs/angular -testing-library/intro)' ,
213
- imageAlt : 'Angular logo' ,
206
+ title : '[Preact ](./docs/preact -testing-library/intro)' ,
207
+ imageAlt : 'Preact logo' ,
214
208
} ,
215
209
{
216
210
image : `${ baseUrl } img/reason-200x200.png` ,
217
211
imageAlign : 'top' ,
218
212
title : '[ReasonReact](./docs/bs-react-testing-library/intro)' ,
219
213
imageAlt : 'ReasonReact logo' ,
220
214
} ,
221
- {
222
- image : `${ baseUrl } img/puppeteer-275x275.png` ,
223
- imageAlign : 'top' ,
224
- title : '[Puppeteer](./docs/pptr-testing-library/intro)' ,
225
- imageAlt : 'Puppeteer logo' ,
226
- } ,
227
215
{
228
216
image : `${ baseUrl } img/react-native-128x128.png` ,
229
217
imageAlign : 'top' ,
230
218
title : '[React Native](./docs/react-native-testing-library/intro)' ,
231
219
imageAlt : 'React Native logo' ,
232
220
} ,
233
221
{
234
- image : `${ baseUrl } img/preact -128x128.png` ,
222
+ image : `${ baseUrl } img/cypress -128x128.png` ,
235
223
imageAlign : 'top' ,
236
- title : '[Preact](./docs/preact-testing-library/intro)' ,
237
- imageAlt : 'Preact logo' ,
224
+ title : '[Cypress](./docs/cypress-testing-library/intro)' ,
225
+ imageAlt : 'Cypress logo' ,
226
+ } ,
227
+ {
228
+ image : `${ baseUrl } img/puppeteer-275x275.png` ,
229
+ imageAlign : 'top' ,
230
+ title : '[Puppeteer](./docs/pptr-testing-library/intro)' ,
231
+ imageAlt : 'Puppeteer logo' ,
232
+ } ,
233
+ {
234
+ image : `${ baseUrl } img/testcafe-128x128.jpg` ,
235
+ imageAlign : 'top' ,
236
+ title : `[Testcafe](./docs/testcafe-testing-library/intro)` ,
237
+ imageAlt : 'Testcafe logo' ,
238
238
} ,
239
239
{
240
240
image : `${ baseUrl } img/nightwatch-128x128.png` ,
0 commit comments