Skip to content

Commit 80f3ac6

Browse files
committed
fix homepage layout
1 parent 5fb71e7 commit 80f3ac6

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

website/pages/en/index.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -182,41 +182,35 @@ class Index extends React.Component {
182182
)
183183

184184
const Ecosystem = () => (
185-
<Block layout="fourColumn" background={null}>
185+
<Block layout="threeColumn" background={null}>
186186
{[
187187
{
188-
content: 'For testing React Components',
189188
image: `${baseUrl}img/react-128x128.png`,
190189
imageAlign: 'top',
191190
title: '[React Testing Library](./react)',
192191
},
193192
{
194-
content: 'End-to-End Tests',
195193
image: `${baseUrl}img/evergreen-128x128.png`,
196194
imageAlign: 'top',
197195
title: '[Cypress Testing Library](./cypress)',
198196
},
199197
{
200-
content: 'For testing Vue Components',
201198
image: `${baseUrl}img/vue-400x400.png`,
202199
imageAlign: 'top',
203200
title: '[Vue Testing Library](./vue)',
204201
},
205202
{
206-
content: 'For testing Angular Components',
207203
image: `${baseUrl}img/angular-250x250.png`,
208204
imageAlign: 'top',
209205
title: '[Angular Testing Library](./angular)',
210206
},
211207
{
212-
content: 'For testing ReasonReact Components',
213208
image: `${baseUrl}img/reason-200x200.png`,
214209
imageAlign: 'top',
215210
title:
216211
'[ReasonReact Testing Library](./docs/bs-react-testing-library/intro)',
217212
},
218213
{
219-
content: 'Explore the ecosystem',
220214
image: `${baseUrl}img/construction-128x128.png`,
221215
imageAlign: 'top',
222216
title: '[And more...](./docs/ecosystem-user-event)',

0 commit comments

Comments
 (0)