mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-09 07:28:16 -07:00
changed extension from jpeg to jpg of image because when it gets precompiled, the extension changes to jpg. This was breaking production
This commit is contained in:
parent
dda1df40b7
commit
e3fe98f9ea
2 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue