@@ -183,16 +183,16 @@ export default class Index extends React.Component {
183183 imageAlt : 'React logo' ,
184184 } ,
185185 {
186- image : `${ baseUrl } img/cypress-128x128 .png` ,
186+ image : `${ baseUrl } img/vue-400x400 .png` ,
187187 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' ,
190190 } ,
191191 {
192- image : `${ baseUrl } img/testcafe -128x128.jpg ` ,
192+ image : `${ baseUrl } img/angular -128x128.png ` ,
193193 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' ,
196196 } ,
197197 {
198198 image : `${ baseUrl } img/svelte-logo.png` ,
@@ -201,40 +201,40 @@ export default class Index extends React.Component {
201201 imageAlt : 'Svelte logo' ,
202202 } ,
203203 {
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` ,
211205 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' ,
214208 } ,
215209 {
216210 image : `${ baseUrl } img/reason-200x200.png` ,
217211 imageAlign : 'top' ,
218212 title : '[ReasonReact](./docs/bs-react-testing-library/intro)' ,
219213 imageAlt : 'ReasonReact logo' ,
220214 } ,
221- {
222- image : `${ baseUrl } img/puppeteer-275x275.png` ,
223- imageAlign : 'top' ,
224- title : '[Puppeteer](./docs/pptr-testing-library/intro)' ,
225- imageAlt : 'Puppeteer logo' ,
226- } ,
227215 {
228216 image : `${ baseUrl } img/react-native-128x128.png` ,
229217 imageAlign : 'top' ,
230218 title : '[React Native](./docs/react-native-testing-library/intro)' ,
231219 imageAlt : 'React Native logo' ,
232220 } ,
233221 {
234- image : `${ baseUrl } img/preact -128x128.png` ,
222+ image : `${ baseUrl } img/cypress -128x128.png` ,
235223 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' ,
238238 } ,
239239 {
240240 image : `${ baseUrl } img/nightwatch-128x128.png` ,
0 commit comments