Skip to content

Commit

Permalink
Fix image path
Browse files Browse the repository at this point in the history
  • Loading branch information
adactio committed May 3, 2015
1 parent b14c052 commit 25b5159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ <h3>
<h3 class="split">
<picture>
<source media="all and (min-width: 32em)" srcset="img/shd_origin-large.png">
<img src="img/shd_origin-small.png" alt="Origin" srcset="img/shd_orign-large.png 2x">
<img src="img/shd_origin-small.png" alt="Origin" srcset="img/shd_origin-large.png 2x">
</picture>
</h3><!-- /.split -->

Expand Down

0 comments on commit 25b5159

Please sign in to comment.