Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.

Commit

Permalink
Fix image url
Browse files Browse the repository at this point in the history
  • Loading branch information
Fengyuan Chen committed Jan 10, 2015
1 parent 0a1b23a commit eaad976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<div class="row eg-main">
<div class="col-xs-12 col-sm-9">
<div class="eg-wrapper">
<img class="cropper" src="https://avatars1.githubusercontent.com/u/3456749?v=3&s=460" alt="Picture">
<img class="cropper" src="img/picture-1.jpg" alt="Picture">
</div>
</div>
<div class="col-xs-12 col-sm-3">
Expand Down

0 comments on commit eaad976

Please sign in to comment.