Skip to content

Commit

Permalink
fix: Lorempixel is down lets use another service (#1617)
Browse files Browse the repository at this point in the history
  • Loading branch information
Crash-- authored Oct 23, 2020
1 parent a2eaf3a commit 1561a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/IntentOpener/IntentExample.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import IntentWrapper from '../IntentWrapper'
const IntentExample = function({ onComplete, action, doctype, options }) {
return (
<IntentWrapper
appIcon={'http://lorempixel.com/90/90/cats'}
appIcon={'https://via.placeholder.com/90'}
appName="IntentExample"
appEditor="EditorExample"
>
Expand Down

0 comments on commit 1561a00

Please sign in to comment.