changed extension from jpeg to jpg of image because when it gets precompiled, the extension changes to jpg. This was breaking production

main
rebuilt 3 years ago
parent dda1df40b7
commit e3fe98f9ea

@ -36,7 +36,7 @@
<div class="grid-container download-container">
<%= link_to(in_the_news_download_pdf_path(path: "want_to_buy_a_home")) do %>
<%= image_tag "in_the_news/want_to_buy_a_home.jpeg", class: "file-download" %>
<%= image_tag "in_the_news/want_to_buy_a_home.jpg", class: "file-download" %>
<% end %>
</div>

Loading…
Cancel
Save