Fix Users' logo and url (#1896)

* Fix 404 on stackedit_logo.svg

* Fix 404 on Observable logo and url
This commit is contained in:
ylemkimon
2019-04-07 07:13:01 +09:00
committed by Kevin Barabash
parent eeb403fc5c
commit a3c95d8c13
2 changed files with 2 additions and 2 deletions

View File

@@ -87,8 +87,8 @@ const users = [
},
{
caption: 'Observable',
image: 'https://pbs.twimg.com/profile_images/970805785503477760/HfTZJiZo_400x400.jpg',
infoLink: 'https://beta.observablehq.com/',
image: 'https://avatars0.githubusercontent.com/u/30080011',
infoLink: 'https://observablehq.com/',
},
{
caption: 'Quill',

View File

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB