We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5490b4e commit b969252Copy full SHA for b969252
packages/homepage/src/pages/ide/index.js
@@ -197,7 +197,7 @@ export default () => (
197
src={`https://twitter-avatar.now.sh/${tweet.username}`}
198
alt={tweet.quote}
199
onError={e => {
200
- e.target.src = `https://avatars.io/static/default_128.jpg`;
+ e.target.src = `https://twitter-avatar.now.sh/codesandbox`;
201
}}
202
/>
203
<TweetAuthor>{tweet.name}</TweetAuthor>
0 commit comments