Skip to content

Commit c133176

Browse files
author
Amr Wagdy
committed
quickFix: boat image not load in demo
1 parent f4632fa commit c133176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ class App extends Component {
344344
className="container-box-wrapper"
345345
style={{ display: 'inline-block', width: 200, height: 200, position: 'relative' }}
346346
>
347-
<img src="https://doc.cloudimg.io/v7/sample.li/boat.jpg"/>
347+
<img src="https://doc.cloudimg.io/sample.li/boat.jpg"/>
348348
<div className="border-box"/>
349349
</div>
350350
</div>

0 commit comments

Comments
 (0)