Skip to content

Commit b969252

Browse files
committed
add fallback
1 parent 5490b4e commit b969252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/homepage/src/pages/ide/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ export default () => (
197197
src={`https://twitter-avatar.now.sh/${tweet.username}`}
198198
alt={tweet.quote}
199199
onError={e => {
200-
e.target.src = `https://avatars.io/static/default_128.jpg`;
200+
e.target.src = `https://twitter-avatar.now.sh/codesandbox`;
201201
}}
202202
/>
203203
<TweetAuthor>{tweet.name}</TweetAuthor>

0 commit comments

Comments
 (0)