Skip to content

Commit ee772cd

Browse files
benmonroalexkrolick
authored andcommitted
fixed broken svelte logo on home page. (#107)
* Create intro.md * doc: added testcafe-testing-library docs * doc: cleaned up some little details * added note for container * add docs for within * added svelte & known issue w/ testcafe * added note about jest-transform-svelte * removed old example * added logos to home page * added cleanup section * reverted old image name * fixed broken svelte image * made svelte logo 80 to match others (even though they say 128 shrug)
1 parent d94c66c commit ee772cd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

website/pages/en/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ class Index extends React.Component {
201201
title: `[Testcafe Testing Library](./docs/testcafe-testing-library/intro)`,
202202
},
203203
{
204-
image: `${baseUrl}img/svelte-128x128.png`,
204+
image: `${baseUrl}img/svelte-logo.png`,
205205
imageAlign: 'top',
206206
title:
207207
'[Svelte Testing Library](./docs/svelte-testing-library/intro)',

website/static/img/svelte-logo.png

7.73 KB
Loading

0 commit comments

Comments
 (0)