Skip to content

Commit

Permalink
Update home.html.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren authored Nov 21, 2019
1 parent dcc619c commit d8884d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/home/home.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="row px-lg-5<%= " odd" if index.odd? %>">
<div class="col-6 col-xs-12 project-image <%= index.odd? ? " odd pr-lg-5 order-2" : " pl-lg-5" %>">
<a href="<%= project.path %>"><img src="<%= project.main_image %>" /</a>
<a href="<%= project.path %>"><img src="<%= project.main_image.path(:default) %>" /></a>
</div>
<div class="col-6 col-xs-12<%= index.odd? ? " pl-lg-5" : " pr-lg-5" %>">
Expand Down

0 comments on commit d8884d8

Please sign in to comment.