Skip to content

Commit

Permalink
Updated images in donate page (#956)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaryanpal authored Sep 4, 2024
1 parent 73ce2aa commit 2f6d742
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed app/assets/images/donate_image.jpeg
Binary file not shown.
Binary file added app/assets/images/donate_new.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/views/static_pages/_donate_content.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</div>
<div class="col-xxl-5 offset-xxl-1 col-xl-6 col-lg-6 col-12 d-lg-flex justify-content-end">
<div class="mt-12 mt-lg-0 position-relative">
<%= image_tag 'donate_image.jpeg', alt: 'pet_image', class: 'img-fluid rounded-4 w-100 z-1 position-relative' %>
<%= image_tag 'donate_new.jpeg', alt: 'pet_image', class: 'img-fluid rounded-4 w-100 z-1 position-relative' %>
</div>
</div>
</div>
Expand Down

0 comments on commit 2f6d742

Please sign in to comment.