@@ -182,41 +182,35 @@ class Index extends React.Component {
182
182
)
183
183
184
184
const Ecosystem = ( ) => (
185
- < Block layout = "fourColumn " background = { null } >
185
+ < Block layout = "threeColumn " background = { null } >
186
186
{ [
187
187
{
188
- content : 'For testing React Components' ,
189
188
image : `${ baseUrl } img/react-128x128.png` ,
190
189
imageAlign : 'top' ,
191
190
title : '[React Testing Library](./react)' ,
192
191
} ,
193
192
{
194
- content : 'End-to-End Tests' ,
195
193
image : `${ baseUrl } img/evergreen-128x128.png` ,
196
194
imageAlign : 'top' ,
197
195
title : '[Cypress Testing Library](./cypress)' ,
198
196
} ,
199
197
{
200
- content : 'For testing Vue Components' ,
201
198
image : `${ baseUrl } img/vue-400x400.png` ,
202
199
imageAlign : 'top' ,
203
200
title : '[Vue Testing Library](./vue)' ,
204
201
} ,
205
202
{
206
- content : 'For testing Angular Components' ,
207
203
image : `${ baseUrl } img/angular-250x250.png` ,
208
204
imageAlign : 'top' ,
209
205
title : '[Angular Testing Library](./angular)' ,
210
206
} ,
211
207
{
212
- content : 'For testing ReasonReact Components' ,
213
208
image : `${ baseUrl } img/reason-200x200.png` ,
214
209
imageAlign : 'top' ,
215
210
title :
216
211
'[ReasonReact Testing Library](./docs/bs-react-testing-library/intro)' ,
217
212
} ,
218
213
{
219
- content : 'Explore the ecosystem' ,
220
214
image : `${ baseUrl } img/construction-128x128.png` ,
221
215
imageAlign : 'top' ,
222
216
title : '[And more...](./docs/ecosystem-user-event)' ,
0 commit comments